showrunner
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@showrunnerYou're a worker for the spireash show."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
showrunner
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables inter-session communication and coordination for multiple Claude Code instances through a shared SQLite database. Supports real-time messaging, shared state management, and resource locking to facilitate parallel development workflows between AI agents.Last updated278MIT
- Alicense-qualityCmaintenanceLocal-first MCP server that enables multiple Claude agents to coordinate through a shared message bus with SQLite persistence and real-time clock anchoring.Last updatedMIT
- Alicense-qualityFmaintenanceMCP server that lets multiple coding-agent sessions on the same machine discover each other and collaborate through a shared SQLite database.Last updated351MIT
- AlicenseBqualityCmaintenanceMCP server that provides a live coordination layer for AI agents, including attributable handoffs, a shared event ledger, atomic work-claiming, and advisory file leases to prevent collisions.Last updated277AGPL 3.0
Related MCP Connectors
The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/khou/showrunner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server