Integrations/Kilo Code

Set up Kilo Code

Popular AI coding extension for VS Code with 1.5M+ users. Add Agentcy so Kilo Code can access your marketing data during coding sessions.

SETUP
5 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Open VS Code with the Kilo Code extension installed

  3. 03

    Create .kilocode/mcp.json in your project root

  4. 04

    Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key

  5. 05

    Kilo Code will auto-detect the Agentcy tools

CONFIG

path: .kilocode/mcp.json

mcp.json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}
Last verified: March 5, 2026Official docs
TIPS

Kilo Code supports both project-scoped (.kilocode/mcp.json) and global configs. The CLI version also supports MCP servers.

EXPLORE DATA SOURCES

After connecting Kilo Code and configuring your data sources in the portal, ask questions about any of them in natural language:

View all data sources →

v1.0Need help?