Skip to content

Roo Code

Connect AllMCP to Roo Code (the VS Code AI agent extension).

Get your API key Browse providers
  1. Open the MCP settings

    In Roo Code, open the MCP panel and choose Edit Global MCP (mcp_settings.json) or Edit Project MCP (.roo/mcp.json).

  2. Add the allmcp block

    mcp_settings.json
    {
    "mcpServers": {
    "allmcp": {
    "type": "streamable-http",
    "url": "https://go.allmcp.co/mcp/",
    "headers": {
    "X-API-Key": "YOUR_API_KEY"
    }
    }
    }
    }
  3. Verify it’s working

    In a Roo Code task, ask:

    What integrations does AllMCP support?