emux

eidos-agi/emux
★ 0 stars Python Code/Dev Tools Updated 9d ago
MCP server for running Claude Code CLI commands as subprocesses — for autonomous marketplace install testing, scripted invocations, and agent-driven Claude Code automation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "emux": {
      "command": "uvx",
      "args": [
        "emux"
      ]
    }
  }
}

Or install with pip: pip install emux

README Excerpt

> **Eidos mux.** Pick up where you left off in tmux, and let an agent drive it. A TUI session picker for humans + an MCP server for agents to observe, converse with, navigate, and autonomously pursue goals through existing sessions — never spawning or killing them. Same registry, same sessions, same operating model.