Skip to main content
Glama

Tmux MCP Server

by nickgnd
MIT License
129
68
  • Linux
  • Apple

list-panes

Display all panes within a specific tmux window by providing the window ID, enabling efficient session management and navigation.

Instructions

List panes in a tmux window

Input Schema

NameRequiredDescriptionDefault
windowIdYesID of the tmux window

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "windowId": { "description": "ID of the tmux window", "type": "string" } }, "required": [ "windowId" ], "type": "object" }
Install Server

Other Tools from Tmux MCP Server

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

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