Skip to main content
Glama

mcp-untun

by minte-app

start_tunnel

Creates a secure tunnel to expose a local server publicly. Connect your local URL to a public address for external access and manage tunnels with custom names for convenience.

Instructions

Creates a secure tunnel from a public internet address to your local server.

This tool will:

  • Start an untun tunnel process connecting to your specified local URL
  • Return a public URL that can be used to access your local server
  • Allow you to name your tunnel for easier management

After starting a tunnel, wait a few seconds and use 'list_tunnels' to check its status and get the public URL.

Input Schema

NameRequiredDescriptionDefault
nameNoOptional custom name for the tunnel. If not provided, 'default' will be used.
urlYesThe local URL to expose (e.g., http://localhost:3000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Optional custom name for the tunnel. If not provided, 'default' will be used.", "type": "string" }, "url": { "description": "The local URL to expose (e.g., http://localhost:3000)", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from mcp-untun

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/minte-app/untun-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server