MCP Gateway for Windsurf
io.github.mikkoparkkola/mcp-gateway
Universal MCP gateway with Meta-MCP discovery, routing, and REST API capabilities.
client:Windsurf
transport:stdio
runtime:oci
Install MCP Gateway in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/mcp-gateway:3.5.1"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs