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.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open VS Code with the Kilo Code extension installed
- 03
Create .kilocode/mcp.json in your project root
- 04
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 05
Kilo Code will auto-detect the Agentcy tools
path: .kilocode/mcp.json
{
"mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}Kilo Code supports both project-scoped (.kilocode/mcp.json) and global configs. The CLI version also supports MCP servers.
“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”