terminalx

xinjiyuan97/terminalx
★ 0 stars Rust Code/Dev Tools Updated 5d ago
A tmux-like collaborative terminal manager with built-in MCP server support.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

A Rust-based, tmux-like terminal session manager for **human + AI agent collaboration**. It provides a shared terminal context across CLI, TUI, and MCP so both people and agents can operate on the same sessions/panels. - Shared terminal context for human + agent workflows (CLI/TUI/MCP interop) - Background daemon with Unix socket IPC

Tools (4)

SIGINTterminalx_exec_commandterminalx_list_panelsterminalx_view_panel