arc-story-queue
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., "@arc-story-queueQueue a new story to the composer route for implementing login feature."
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.
Story Queue — build handoff
An orchestration board that queues stories and feeds them to live Claude Code sessions over MCP, where Fable (arc-orchestrator) delegates bounded tasks to worker routes (composer / codex / opus) in isolated git worktrees.
Repo strategy (recommended)
Three logical packages, dependency arrow points toward the orchestrator — the orchestrator never depends on the app.
Package | What it is | Depends on |
| Existing Claude Code plugin (delegation, routes, lock rules) | — |
| Shared schema: handoff, routes, story, run record | — |
| MCP server + Vite web app (this prototype) |
|
The arc-contracts workspace package under arc-story-queue/packages/ is the single source of truth for shared types and JSON Schemas. The historical root-level handoff copy has been removed to avoid schema drift. Never make arc-orchestrator depend on the app.
Related MCP server: claude-sessions-mcp
Form factor
Build the engine as a headless local service (MCP server + worktree/lock manager + session discovery). The Kanban is one client of it:
Web (primary v1) — React + Vite app; full board, drawers, live worker terminals, observability.
Desktop (deferred v2) — Tauri shell for local filesystem integrations around git worktrees + spawning agents.
TUI (secondary) — in-terminal "what's running / dispatch next / tail a run".
What's in this handoff
DESIGN_SYSTEM.md+tokens.css+tokens.json— the visual language of the prototype.arc-story-queue/packages/arc-contracts/— TypeScript types + JSON Schemas for the shared seam.arc-story-queue/— npm workspace containing the MCP server, queue/worktree/lock manager, and Vite app.BUILD_PROMPT.md— paste into Claude Code to scaffold the project.
The working UI prototype (Story Queue.dc.html) is the source of truth for layout and interaction.
Living docs (post-ship behavior, GitHub reconcile, concurrency): arc-story-queue/README.md and docs/INTEGRATION.md. Decision record: BUILD_SPEC.md.
Story lifecycle
Columns: Backlog → Queued → In Progress → Review → Done. After a worker handoff (story.complete) or board send (story.review), the story lands in Review with an open PR and an initialized review loop (round: 0, maxRounds: 3, verdict: pending). Fable runs up to maxRounds of story.review_round (blocking fixes between rounds); an approved round sets annotation = accepted and unlocks story.merge (squash). In auto ship mode the daemon additionally arms squash auto-merge on approval (story.merge stays available as a fallback). merge ship mode skips the loop and squash-merges immediately after PR creation. See docs/INTEGRATION.md for ship-mode and gate details.
flowchart LR
Q[Queued] -->|queue.next| IP[In Progress]
IP -->|story.complete / story.review| R[Review PR open]
R -->|story.review_round × N| R
R -->|story.merge approved / auto-merge / ship merge| D[Done]
R -->|PR merged reconcile| D
R -->|max rounds exceeded| E[escalated]
E -->|story.merge override| D
R -->|PR closed unmerged reconcile| B[Backlog]
B -->|issue closed reconcile| X((purged))
Q -->|issue closed reconcile| X
IP -->|issue closed reconcile| X
IP -->|story.abandon| BThis 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
- AlicenseAqualityCmaintenanceMCP server for "taming the Claude" with structured task queues.Last updated146371MIT
- AlicenseBqualityDmaintenanceMCP server for managing Claude Code conversation sessionsLast updated12182MIT
- AlicenseAqualityDmaintenanceMCP server that spawns autonomous Claude Code agents in GitHub repos, enabling task delegation with persistent state, multi-step workflows, and job monitoring.Last updated473162Apache 2.0
- Flicense-qualityDmaintenanceAn MCP server for coordinating multiple Claude Code sessions across related projects.Last updated
Related MCP Connectors
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/andysolomon/arc-board'
If you have feedback or need assistance with the MCP directory API, please join our Discord server