← Back to Plugins
MCP Server MCP

io.github.zachlikefolio/tunnel-mcp

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tunnel-mcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to 'off' to disable DNS-over-HTTPS (readiness gate + guest resolver fallback) on networks that block 1.1.1.1",
          "format": "string",
          "name": "TUNNEL_DOH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...