Skip to main content
Glama

mcp-untun

by minte-app

stop_tunnel

Terminate specific or all local tunnels on the current machine. Use this tool to stop tunnels by name or halt all active tunnels, ensuring clean termination. Verify closure with 'list_tunnels'.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
nameNoOptional name of a specific tunnel to stop. If not provided, all local tunnels will be stopped.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Optional name of a specific tunnel to stop. If not provided, all local tunnels will be stopped.", "type": "string" } }, "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