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.
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.
Latest Blog Posts
- 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