Tmux Controller
STDIOMCP server implementation providing programmatic control over tmux sessions.
MCP server implementation providing programmatic control over tmux sessions.
A POC MCP (Model Context Protocol) Server implementation that provides programmatic control over tmux sessions
This is a proof of concept and should not be used in production. Using this, you can run arbitrary tmux commands, including reading pane contents and sending keys.
"mcpServers": { "tmux": { "command": "uvx", "args": ["--from", "git+https://github.com/jonrad/tmux-mcp", "tmux-mcp"] }, }