MCP Server for interfacing with tmux sessions
| Tool name | Description | Destructive? |
|---|---|---|
| list-sessions | โ no | |
| find-session | โ no | |
| list-windows | โ no | |
| list-panes | โ no | |
| capture-pane | โ no |
| create-session | โ no | |
| create-window | โ no | |
| kill-sessionโ | โ yes | |
| kill-windowโ | โ yes | |
| kill-paneโ | โ yes | |
| split-pane | โ no | |
| execute-commandโ | โ yes | |
| get-command-result | โ no |
{
"mcpServers": {
"tmux-3": {
"command": "npx",
"args": [
"-y",
"tmux-mcp"
]
}
}
}