laszlopere/mcp-tmux
🔌 MCP Serverlaszlopere
Control tmux sessions, windows, and panes via MCP – local or remote over SSH.
laszlopere/mcp-tmux is an MCP server that acts as a universal driver for tmux. It allows AI agents to manage tmux sessions, windows, and panes; send keystrokes; and capture pane output. It supports both local tmux and remote tmux over SSH. The server includes a set of curated tools for common operations and also provides a raw 'tmux_command' passthrough for arbitrary tmux commands. It works with tmux version 1.8 and above. A key feature is the ability to create shared, visible sessions that enable pair-programming with the agent, allowing the AI to see and interact with the same terminal as the user. Installation via 'uvx mcp-tmux'. This is particularly useful for AI-assisted development where the agent needs to execute terminal commands and observe output.
💡Highlights
- ├─Local & remote over SSH
- ├─Shared sessions for pair programming
- └─Raw tmux_command passthrough
🎯For
- ├─Developers
- ├─AI agent developers
- └─DevOps engineers