mcp-tunnel

pragmalabs-tech/mcp-tunnel
★ 0 stars Rust 🌐 Browser/Web Updated today
Public Endpoint for MCP Server and Applications
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tunnel": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-tunnel"
      ]
    }
  }
}

README Excerpt

Self-hosted HTTP tunnel relay. Run it on a host with a wildcard DNS record, point a client at it from anywhere, and inbound traffic to `{subdomain}.{your-domain}` gets forwarded through a WebSocket to a service running on the client's `localhost`. ``` Internet -> mcp-tunnel relay -> WebSocket -> mcp-tunnel-client -> local HTTP service

Tools (1)

myapp

Topics

mcprusttunnel