Skip to content

Windsurf

Connect AllMCP to Windsurf (Codeium’s IDE).

Get your API key Browse providers

Windsurf can connect either through its Settings UI or by editing the config file directly. Pick whichever you prefer.

  1. Open MCP Servers

    Open SettingsMCP Servers.

  2. Add a server

    Click Add Server.

  3. Fill in the details

    • Name: allmcp
    • URL: https://go.allmcp.co/mcp/
    • Header name: X-API-Key
    • Header value: YOUR_API_KEY
  4. Save

    Click Save.


Open a Cascade chat in Agent mode and type:

What integrations does AllMCP support?

The agent will list the integrations AllMCP supports.


To scope tools to a specific user:

~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"allmcp": {
"serverUrl": "https://go.allmcp.co/mcp/?user_id=your-user-id",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}