Odel
rustunnel

rustunnel

Local
@joaoh82655RustAGPL-3.0Updated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

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

Distributed as an MCP bundle (`https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-aarch64-apple-darwin.mcpb`) — download it and import the bundle in your MCP client.

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

Distributed as an MCP bundle (`https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-aarch64-unknown-linux-gnu.mcpb`) — download it and import the bundle in your MCP client.

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

Distributed as an MCP bundle (`https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-x86_64-apple-darwin.mcpb`) — download it and import the bundle in your MCP client.

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

Distributed as an MCP bundle (`https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-x86_64-pc-windows-msvc.mcpb`) — download it and import the bundle in your MCP client.

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

Distributed as an MCP bundle (`https://github.com/joaoh82/rustunnel/releases/download/v0.8.5/rustunnel-mcp-x86_64-unknown-linux-musl.mcpb`) — download it and import the bundle in your MCP client.

Dockerghcr.io/joaoh82/rustunnel-mcp:0.8.5

Run

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

MCP client config

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