AgentcyAlpha
Integrations/Roo Code

Set up Roo Code

AI coding agent for VS Code with project-scoped MCP configs. Add Agentcy so Roo Code can access marketing data per-project, keeping client configs isolated.

SETUP
5 STEPS
  1. 01

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

  2. 02

    Open VS Code with the Roo Code extension installed

  3. 03

    Click “Edit Project MCP” to create .roo/mcp.json

  4. 04

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

  5. 05

    Roo Code will auto-detect the Agentcy tools

CONFIG

path: .roo/mcp.json

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

Roo Code requires type: "streamable-http" in the config for remote servers. Project-scoped config (.roo/mcp.json) overrides global config and can be committed to version control. Great for agencies keeping per-client Agentcy configs in each project repo.

EXAMPLE QUERIES
4 SAMPLES

Show me this month’s traffic data from GA4

What keywords are we ranking for in Search Console?

Build a React component that displays our Google Ads performance

Research our top competitors’ content strategies

v1.0Need help?