Back to MCP Servers
Rustunnel
MCP server that lets AI agents create and manage public tunnels to local services (webhooks, dev servers, sharing) — six tools covering HTTP/TCP/UDP tunnels, custom subdomains, regions, and load-balanced pools. Pairs with the rustunnel CLI; managed cloud or self-hosted (AGPL).
developer-toolsrustaiagent
By joaoh82
Installation
npx -y rustunnelConfiguration
{
"mcpServers": {
"rustunnel": {
"command": "npx",
"args": ["-y", "rustunnel"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes