Skip to main content
Glama

Tmux MCP Server

tmux_kill_session

Terminate a tmux session and all associated windows and panes to clean up unused terminal sessions and free system resources.

Instructions

Kill/terminate a tmux session and all its windows and panes.

Input Schema

NameRequiredDescriptionDefault
session_nameYesName of the tmux session to kill

Input Schema (JSON Schema)

{ "properties": { "session_name": { "description": "Name of the tmux session to kill", "type": "string" } }, "required": [ "session_name" ], "type": "object" }

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/MediocreTriumph/tmux-mcp'

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