tmux-mcp

jess-sol/tmux-mcp
★ 0 stars Rust 💻 Code/Dev Tools Updated today
MCP server for TMUX which does structured command execution with OSC 133 & uses CEL for command running permissions
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tmux-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "tmux-mcp"
      ]
    }
  }
}