- Home
- MCP servers
- Untun
Untun
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"minte-app-untun-mcp": {
"command": "npx",
"args": [
"-y",
"@minte-app/untun-mcp@latest"
]
}
}
}Untun MCP is a secure tunnel manager that lets you create, monitor, and manage tunnels from your AI assistant. It exposes your local servers to the internet with simple natural language commands, avoiding complex CLI juggling and helping you keep track of multiple tunnels from a single interface.
How to use
Interact with your MCP client to create, list, and stop tunnels using natural language. For example, you can tell your assistant to create a tunnel to your local server, then ask for a list of all active tunnels, and stop a specific tunnel when you no longer need it.
Available tools
start_tunnel
Creates a secure tunnel from a public address to your local server. Requires the local URL to expose and an optional name for the tunnel.
stop_tunnel
Stops a running tunnel or all local tunnels. You can specify a tunnel by name for targeted stopping.
list_tunnels
Lists all active tunnels with their status and details, helping you monitor what is currently exposed.