KATATANDocs
ENJA
Open App ›
100 words · 1 min read

VS Code (GitHub Copilot)

Setup

Run in the root of your project:

npx @katatan/agents init
# Select: 2. VS Code (GitHub Copilot)
# Enter your KATATAN access token

The following file is generated:

.vscode/
└── mcp.json

Generated .vscode/mcp.json

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

Usage

  1. Open the command palette and run MCP: List Servers to enable katatan-test and playwright.
  2. In Copilot Chat (agent mode), give instructions naturally.