loading…
Search for a command to run...
loading…
MCP server for tmux operations that provides comprehensive control over tmux sessions, windows, and panes.
MCP server for tmux operations that provides comprehensive control over tmux sessions, windows, and panes.
MCP server for tmux operations that provides comprehensive control over tmux sessions, windows, and panes.
cd /home/ryan/devel/ryan-tmux
pip install -e .
claude_desktop_config.json:{
"mcpServers": {
"ryan-tmux": {
"command": "ryan-tmux-mcp"
}
}
}
Note: If you installed in a virtual environment, use the full path to the executable:
{
"mcpServers": {
"ryan-tmux": {
"command": "/path/to/your/project/venv/bin/ryan-tmux-mcp"
}
}
}
list-sessions - List all tmux sessionsfind-session - Find sessions by patternlist-panes - List panes (optionally filtered by session)capture-panes - Capture content from multiple panesarrange-panes - Arrange panes with layoutslist-windows - List windows in a sessioncapture-pane - Capture specific pane contentcreate-session - Create new sessionsexecute-command - Send commands to panesset-prompt - Set custom promptsget-command-result - Execute and capture command resultsdecorate-pane - Add titles to panesAfter installation, you can use these commands in Claude:
Run in your terminal:
claude mcp add ryan-s-tmux-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.