Tmux MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tmux_list_sessions | List all active tmux sessions. Returns information about each session including:
Use this tool to discover available sessions before operating on them. |
| tmux_create_session | Create a new tmux session. Args:
The session is created in detached mode. Use this to start new working environments. |
| tmux_kill_session | Kill (terminate) a tmux session and all its windows/panes. Args:
WARNING: This will terminate all processes running in the session. |
| tmux_list_windows | List all windows in a tmux session. Args:
Returns information about each window including index, name, active status, and pane count. |
| tmux_create_window | Create a new window in a tmux session. Args:
|
| tmux_kill_window | Kill (close) a window in a tmux session. Args:
WARNING: This will terminate all processes running in the window. |
| tmux_list_panes | List all panes in a tmux window. Args:
Returns information about each pane including index, dimensions, and current command. |
| tmux_split_window | Split a window into panes. Args:
|
| tmux_kill_pane | Kill (close) a pane in a tmux window. Args:
WARNING: This will terminate the process running in the pane. |
| tmux_send_keys | Send keys or commands to a tmux pane. Args:
Examples:
|
| tmux_capture_pane | 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_window | Switch to a specific window in a tmux session. Args:
|
| tmux_select_pane | Switch to a specific pane in a tmux window. Args:
|
| tmux_rename_session | Rename an existing tmux session. Args:
|
| tmux_rename_window | Rename a window in a tmux session. Args:
|
| tmux_resize_pane | 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
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