KATATANDocs
ENJA
Open App ›
157 words · 1 min read

Install KATATAN AI agent

Run the setup command in your project root to configure your AI client with the Katatan MCP server.

Step 1: Run the init command

npx @katatan/agents init

Step 2: Select your AI client

Select an AI client:
  1. Claude Code               .claude/agents/ + .mcp.json
  2. VS Code (GitHub Copilot)  .vscode/mcp.json
  3. Cursor                    .cursor/mcp.json
  4. Kiro (Amazon)             .kiro/settings/mcp.json
  5. Google Antigravity        ~/.gemini/antigravity/mcp_config.json

Select client (multiple allowed, Enter to select all) >

You can select multiple clients with comma-separated numbers.

Step 3: Enter your MCP access token

Enter your KATATAN MCP access token
  (obtained from project Settings › MCP Access Tokens)
  Token > kat_xxxxxxxxxxxxxxxx

The command generates the config file for your chosen client and the Katatan MCP server is ready to use.

See the MCP tool setup section for per-client activation details: