Skip to main content
Glama

mcp-untun

by minte-app

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
start_tunnel

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.

stop_tunnel

Stops a running tunnel or all local tunnels.

This tool will:

  • Stop a specific tunnel identified by name (if provided)
  • Stop all local tunnels (if no name is provided)
  • Only affects tunnels running on the current machine
  • Will not affect tunnels running on other machines

After stopping tunnels, you can use 'list_tunnels' to confirm they've been terminated.

list_tunnels

Lists all active tunnels including their status and details.

This tool will:

  • Show all tunnels in the registry
  • Auto-detect any running tunnels not in the registry
  • Display tunnel status, name, URLs, and runtime information
  • Indicate whether tunnels are local or running on remote machines

Use this tool to check the status of your tunnels and get their public URLs.

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