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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tmux_list_sessionsA | List all active tmux sessions. Returns information about each session including:
Use this tool to discover available sessions before operating on them. |
| tmux_create_sessionA | Create a new tmux session. Args:
The session is created in detached mode. Use this to start new working environments. |
| tmux_kill_sessionA | Kill (terminate) a tmux session and all its windows/panes. Args:
WARNING: This will terminate all processes running in the session. |
| tmux_list_windowsA | List all windows in a tmux session. Args:
Returns information about each window including index, name, active status, and pane count. |
| tmux_create_windowB | Create a new window in a tmux session. Args:
|
| tmux_kill_windowA | Kill (close) a window in a tmux session. Args:
WARNING: This will terminate all processes running in the window. |
| tmux_list_panesA | List all panes in a tmux window. Args:
Returns information about each pane including index, dimensions, and current command. |
| tmux_split_windowA | Split a window into panes. Args:
|
| tmux_kill_paneA | Kill (close) a pane in a tmux window. Args:
WARNING: This will terminate the process running in the pane. |
| tmux_send_keysA | Send keys or commands to a tmux pane. Args:
Examples:
|
| tmux_capture_paneA | Capture the visible content or history of a tmux pane. Args:
This tool is useful for reading command output or checking the state of a pane. |
| tmux_select_windowB | Switch to a specific window in a tmux session. Args:
|
| tmux_select_paneB | Switch to a specific pane in a tmux window. Args:
|
| tmux_rename_sessionA | Rename an existing tmux session. Args:
|
| tmux_rename_windowB | Rename a window in a tmux session. Args:
|
| tmux_resize_paneB | Resize a pane in a tmux window. Args:
|
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/audibleblink/tmux-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server