Labsco
minte-app logo

Untun

from minte-app

Create secure tunnels to expose local servers to the internet using untun.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

MseeP.ai Security Assessment Badge

Untun MCP - Secure Tunnels for Local Servers NPM Version License

smithery badge

โŒ Without Untun MCP

Local development can be frustrating when you need to expose your server to the internet:

  • โŒ Complex tunnel setup and command-line arguments
  • โŒ Hard to track which tunnels are running across different terminal sessions
  • โŒ No easy way to manage multiple tunnels from a single interface

โœ… With Untun MCP

Untun MCP creates and manages secure tunnels directly from your AI assistant:

  • 1๏ธโƒฃ Simply tell your AI assistant to create a tunnel
  • 2๏ธโƒฃ Get a public URL within seconds
  • 3๏ธโƒฃ Manage all your tunnels with simple natural language commands

No complex CLI commands to remember. No more lost tunnels. Easy management of multiple tunnels.

โš ๏ธ Disclaimer

This project uses the untun package from npm but is not officially affiliated with, endorsed by, or connected to Cloudflare or UnJS. This is an independent, community-developed MCP wrapper around the untun CLI tool.

Available Tools

  • start_tunnel: Creates a secure tunnel from a public internet address to your local server

    • url (required): The local URL to expose (e.g., http://localhost:3000)
    • name (optional): Custom name for the tunnel
  • stop_tunnel: Stops a running tunnel or all local tunnels

    • name (optional): Name of a specific tunnel to stop
  • list_tunnels: Lists all active tunnels including their status and details

Development

Clone the project and install dependencies:

npm install

Build:

npm run build