Skip to content
Windsurf

tunnel mcp for Windsurf

io.github.zachlikefolio/tunnel-mcp

Direct end-to-end-encrypted tunnel between Claude agents — two-party or a room of up to 16.

client:Windsurf transport:stdio runtime:npm

Install tunnel mcp in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tunnel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tunnel-mcp"
      ],
      "env": {
        "TUNNEL_DOH": "<TUNNEL_DOH>"
      }
    }
  }
}

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

tunnel mcp in other clients