Skip to content
Windsurf

aimcpgate for Windsurf

io.github.akomyagin/aimcpgate

MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog.

client:Windsurf transport:stdio runtime:oci

Install aimcpgate in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "aimcpgate": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/akomyagin/aimcpgate:0.5.0"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

aimcpgate in other clients