tmux-bridge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIMI_PATH | No | Path to kimi binary (kimi-tmux only) | |
| TMUX_BRIDGE_SOCKET | No | Override tmux server socket path |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tmux_listA | List all tmux panes with target ID, process, label, and working directory |
| tmux_readA | Read the last N lines from a tmux pane. Must be called before type/keys (read guard). Target can be a pane ID (%N), session:window.pane, or a label. |
| tmux_typeA | Type text into a tmux pane WITHOUT pressing Enter. You must tmux_read the pane first (read guard enforced). After typing, use tmux_read to verify, then tmux_keys to press Enter. |
| tmux_messageA | Send a message to another agent's pane with auto-prepended sender info, reply target, and correlation ID. Cannot message your own pane (loop prevention). Must tmux_read first. |
| tmux_keysA | Send special keys to a tmux pane (Enter, Escape, C-c, etc.). Must tmux_read first. |
| tmux_nameB | Label a tmux pane for easy addressing (e.g., 'gemini', 'claude'). The label appears in the tmux border. |
| tmux_resolveC | Look up a pane's target ID by its label |
| tmux_idA | Print the current pane's tmux ID ($TMUX_PANE). Useful for self-identification when labeling. |
| tmux_doctorA | Diagnose tmux connectivity issues — checks socket, env vars, and pane visibility |
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/howardpen9/tmux-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server