Skip to main content
Glama

Tmux MCP Server

tmux_select_pane

Select a specific pane in a tmux session to make it active for commands. Use this tool to switch between terminal panes programmatically for SSH access, command execution, and terminal automation.

Instructions

Select a specific pane in a tmux session to make it active for commands.

Input Schema

NameRequiredDescriptionDefault
session_nameYesName of the tmux session
pane_indexYesPane index to select (e.g., '0', '1', '2')

Input Schema (JSON Schema)

{ "properties": { "pane_index": { "description": "Pane index to select (e.g., '0', '1', '2')", "type": "string" }, "session_name": { "description": "Name of the tmux session", "type": "string" } }, "required": [ "session_name", "pane_index" ], "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