conductor

yksanjo/conductor
★ 2 stars JavaScript Code/Dev Tools Updated 4d ago
🎼 See what every live Claude Code window is doing — and reply to them. Read-only situational awareness + tmux control, as a CLI, a web cockpit, and an MCP server. Zero deps.
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": {
    "conductor": {
      "command": "npx",
      "args": [
        "-y",
        "yksanjo/conductor"
      ]
    }
  }
}

README Excerpt

**Supervisory awareness across a fleet of semi-autonomous workers — starting with your live Claude Code sessions.** Conductor is a source-agnostic supervisory core with a pluggable **adapter** interface. The engine owns grouping, status ranking, sectioning, and the three surfaces (CLI table, web cockpit, MCP server); an adapter owns where the trails live and how to read them. Claude Code is

Tools (1)

fleet