KATATANDocs
ENJA
Open App ›
88 words · 1 min read

Kiro (Amazon)

Setup

Run in the root of your project:

npx @katatan/agents init
# Select: 4. Kiro (Amazon)
# Enter your KATATAN access token

The following file is generated:

.kiro/
└── settings/
    └── mcp.json

Generated .kiro/settings/mcp.json

{
  "mcpServers": {
    "katatan-test": {
      "type": "http",
      "url": "https://mcp.katatan.com/mcp",
      "headers": {
        "Authorization": "Bearer kat_xxxxxxxxxxxxxxxx"
      }
    },
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}

Usage

  1. Restart Kiro to apply the config.
  2. Switch to Agent mode and give instructions naturally.