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
{
"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