showrunner

khou/showrunner
★ 0 stars TypeScript AI/LLM Updated 3d ago
Realtime director/worker coordination for coding-agent sessions (Claude Code + Cursor, local + cloud) over one tiny MCP server
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": {
    "showrunner": {
      "command": "npx",
      "args": [
        "-y",
        "khou/showrunner"
      ]
    }
  }
}

README Excerpt

A tiny always-on MCP server that coordinates multiple coding-agent sessions on one project (a "show"). Deploy it once. Then, from inside any project repo, tell any agent session, local or cloud, Claude Code or Cursor, "you're a showrunner worker" and it registers, starts pulling tasks, and reports back; tell a second session "you're the showrunner director" and it takes