AgentcyAlpha
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.

EXAMPLE QUERIES
4 SAMPLES

Show me traffic trends from GA4 for the last 30 days

What’s our WooCommerce revenue this week vs last week?

Build a component that displays our top Google Ads campaigns

Research SEO best practices for e-commerce product pages

v1.0Need help?