Expose any localhost service so an AI agent can reach it — public HTTPS/TCP/UDP URLs via six MCP tools. Open source, self-hostable.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "rustunnel-mcp",
"args": [
"--server",
"eu.edge.rustunnel.com:4040",
"--api",
"https://eu.edge.rustunnel.com:8443"
],
"env": {
"RUSTUNNEL_TOKEN": "REPLACE_WITH_YOUR_TOKEN"
}
}