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.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open VS Code with the Roo Code extension installed
- 03
Click “Edit Project MCP” to create .roo/mcp.json
- 04
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 05
Roo Code will auto-detect the Agentcy tools
path: .roo/mcp.json
{
"mcpServers": {
"agentcy": {
"type": "streamable-http",
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}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.
“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”