Skip to main content
Glama
howardpen9

tmux-bridge-mcp

by howardpen9

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIMI_PATHNoPath to kimi binary (kimi-tmux only)
TMUX_BRIDGE_SOCKETNoOverride tmux server socket path

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/howardpen9/tmux-bridge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server