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).
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.
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.
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.
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.
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.
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"
]
}
}
}