SHEET 27 · AI Tooling
cc-orch
Claude Agent SDK daemon with custom MCP server routing questions to a Next.js dashboard and Flutter app with push notifications
no public build · runs locally
2025localAI Tooling
About
A full-stack orchestration platform for spawning, monitoring, and controlling multiple parallel Claude Code sessions. A Node.js daemon manages Claude CLI processes via the Anthropic Agent SDK, syncs state to Supabase, and routes questions through a custom MCP server (ask_human tool) to a Next.js dashboard and Flutter mobile app — so the operator answers from anywhere via FCM push notification. Includes real-time ANSI log streaming via WebSocket, cost/tool analytics, and Docker Compose deployment.
11 FEATURES
Key features
- 01Spawns and manages multiple concurrent Claude CLI sessions across projects
- 02Custom MCP server with ask_human tool that intercepts and routes questions to web/mobile
- 03Question pipeline: Claude asks -> MCP blocks -> dashboard/phone shows question -> user answers -> Claude resumes
- 04Real-time ANSI log streaming via WebSocket in the browser
- 05FCM push notifications so the operator can answer questions from their phone
- 06GSD workflow auto-advance: automatically starts the next phase when current completes
- 07Analytics dashboard: success rates, cost breakdowns, tool usage charts, duration distributions, CSV export
- 08Session resume capability using Claude Agent SDK session IDs
- 09Ad-hoc Claude sessions launchable from the web dashboard
- 10Multi-project management with per-project session history and stats
- 11Docker Compose deployment with health checks and resource limits
1 NEARBY SHEETS