Skip to content
Windsurf

ForgeBridge for Windsurf

io.github.t1ktakdev/forgebridge

A local, permissioned MCP agent for authorized developer workstations.

client:Windsurf transport:stdio runtime:npm

Install ForgeBridge in Windsurf

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

{
  "mcpServers": {
    "forgebridge": {
      "command": "npx",
      "args": [
        "-y",
        "forgebridge"
      ]
    }
  }
}

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

ForgeBridge in other clients