tmux-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sessionsA | List active tmux sessions with details |
| get_sessionA | Get detailed info for a specific session by ID or name |
| create_sessionB | Create a new detached tmux session |
| list_windowsA | List tmux windows for a session or across all sessions |
| create_windowA | Create a new window in target session |
| select_windowB | Select target window to become active |
| list_panesA | List tmux panes for a target window/session or all sessions |
| get_pane_infoC | Get status, command, path, and dimensions of a pane |
| read_paneB | Read visible text and scrollback history from a pane |
| search_paneA | Search pane scrollback history using regex pattern |
| send_keysA | Send literal string text to a target pane |
| send_special_keyC | Send a special key shortcut (e.g. Enter, Up, C-c) |
| split_paneC | Split target pane horizontally or vertically |
| select_paneA | Select active pane by ID or direction (L, R, U, D) |
| resize_paneC | Resize pane relative or to absolute dimensions |
| zoom_paneB | Toggle zoom state (maximize/restore) for target pane |
| run_commandC | Run shell command with exact exit code and pipe-pane output capture |
| get_command_resultB | Poll status or fetch result of a tracked command execution |
| wait_commandA | Wait for a running command execution to finish |
| list_commandsA | List tracked command executions in current session |
| server_infoA | Get tmux server version, socket info, and counts |
| list_clientsA | List connected tmux clients |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/manhnv198669/tmux-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server