Skip to content
Cursor

tunnel mcp for Cursor

io.github.zachlikefolio/tunnel-mcp

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

client:Cursor transport:stdio runtime:npm

Install tunnel mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tunnel mcp in other clients