Servers
tmux-mcp-tools
@PsychArch
MCP server providing tmux integration tools
A Model Context Protocol (MCP) server that provides tools for interacting with tmux sessions.
Installation
Features
tmux_capture_pane: Capture the content of a tmux panetmux_send_command: Send commands to a tmux pane with automatic Enter keytmux_write_file: Write content to a file using heredoc pattern in a tmux pane
Usage
{
"mcpServers": {
"tmux-mcp-tools": {
"command": "uvx",
"args": ["tmux-mcp-tools"]
}
}
}