Skip to content
Windsurf

gateway for Windsurf

io.github.bolyra/gateway

MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.

client:Windsurf transport:stdio runtime:npm

Install gateway in Windsurf

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

{
  "mcpServers": {
    "gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@bolyra/gateway"
      ]
    }
  }
}

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

gateway in other clients