Run in the root of your project:
npx @katatan/agents init
# Select: 2. VS Code (GitHub Copilot)
# Enter your KATATAN access tokenThe following file is generated:
.vscode/
└── mcp.json.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"]
}
}
}katatan-test and playwright.