HomeDevelopment › rustunnel

rustunnel

Give AI agents public HTTPS/TCP/UDP URLs for any localhost service. Open source, self-hostable.

Rust CloudLocal
★ 656 stars Last pushed 2026-09-03 License: AGPL-3.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (mcpb)

Package: mcpb https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-aarch64-apple-darwin.mcpb

Package (mcpb)

Package: mcpb https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-aarch64-unknown-linux-gnu.mcpb

Package (mcpb)

Package: mcpb https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-x86_64-apple-darwin.mcpb

Package (mcpb)

Package: mcpb https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-x86_64-pc-windows-msvc.mcpb

Package (mcpb)

Package: mcpb https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-x86_64-unknown-linux-musl.mcpb

Package (oci)

docker run -i --rm ghcr.io/joaoh82/rustunnel-mcp:0.8.5

Or add to your MCP client config:

{
  "mcpServers": {
    "rustunnel": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/joaoh82/rustunnel-mcp:0.8.5"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry