Showrunner
БесплатноНе проверенA tiny always-on server that coordinates multiple coding-agent sessions on one project (a 'show'), using a worker/director pattern with polling, leases, and SQL
Описание
A tiny always-on server that coordinates multiple coding-agent sessions on one project (a 'show'), using a worker/director pattern with polling, leases, and SQLite state.
README
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 over planning: breaking work into tasks, reviewing results, answering blockers. State lives on the server, not in any session, so sessions are cattle: kill one anytime and a new one picks up exactly where it left off. One SQLite file, one read-only dashboard, a small fixed MCP tool surface.

Get started
Paste into any coding agent with shell access (Claude Code, Cursor), from inside the project repo you want coordinated:
Set up showrunner for me. Fetch https://raw.githubusercontent.com/khou/showrunner/main/docs/SETUP.md and follow it: deploy the server to my Fly account, verify it, initialize this repo as a show, and become the idle director. Ask me before anything that costs money or edits config outside this repo.
Paste into each session opened in this repo that you want doing work:
You're a showrunner worker: register on the showrunner MCP now, then loop forever -- await_work, plan the task and record the plan with update_task, execute it, update_task, await_work. Don't just acknowledge this; start polling immediately. Finishing a task is never a reason to stop; only eviction or my stop message ends the loop.
Tell the director (the setup session from step 1) what you want built, and watch it happen on the callboard link it gave you.
Установка Showrunner
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/khou/showrunnerFAQ
Showrunner MCP бесплатный?
Да, Showrunner MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Showrunner?
Нет, Showrunner работает без API-ключей и переменных окружения.
Showrunner — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Showrunner в Claude Desktop, Claude Code или Cursor?
Открой Showrunner на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Showrunner with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
