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.

EXPLORE DATA SOURCES

After connecting Roo 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?