rustunnel-mcp
Related Servers
Alternatives to rustunnel-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceGive AI agents access to your localhost dev server. Zero-config tunnel that works with Claude Code, OpenClaw, and any MCP-compatible agent. No interstitial pages, no account required.-
- FlicenseNot gradedqualityCmaintenanceAn unofficial self-hosted MCP server that enables ChatGPT to run commands on your computer through a secure tunnel, manage processes, and work within a specified project directory.1-
- FlicenseNot gradedqualityBmaintenanceZero-dependency MCP server that provides AI models with secure read/write/exec access to local files and directories over HTTP and SSE, designed to be tunneled via ngrok for integration with Claude Web.-
- AlicenseNot gradedqualityBmaintenanceA dead simple MCP server for exposing your app functions to AI agents like Claude Desktop.7 npm6MIT
- AlicenseNot gradedqualityBmaintenanceUnifies local MCP servers into a single secure Cloudflare Tunnel endpoint, making them accessible to MCP clients like Notion and Claude. Supports HTTP/SSE/stdio servers, built-in file system tools, bearer authentication, and one-click Windows setup.MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server implemented in Rust, providing utility tools for IP information and OpenRouter model details.6 npmMIT
TDQS
Scored across 6 tools
Each tool targets a distinct concern: regions, active tunnels, tunnel history, creating/spawning a tunnel, obtaining manual connection info, and closing a tunnel. The related create_tunnel and get_connection_info are clearly separated by spawning behavior vs. returning CLI instructions.
All tool names follow a consistent snake_case verb_noun pattern: list_regions, list_tunnels, create_tunnel, close_tunnel, get_tunnel_history, get_connection_info. The naming style is uniform and predictable throughout.
Six tools is well-scoped for a tunnel management server. Each tool covers a necessary part of the workflow without redundancy or bloat.
The tool surface covers the full tunnel lifecycle: create, list active, close, review history, discover regions, and obtain manual connection instructions. No obvious dead ends or missing critical operations for this domain.