jpicklyk/task-orchestrator
A light touch MCP task orchestration server for AI agents. Persistent work tracking and context storage across sessions and agents. Defines planning floors through composable notes with optional gating transitions. Coordinates multi-agent execution without prescribing how agents do their work.
Implements server-enforced workflow gates using YAML-defined note schemas that block phase transitions until required documentation is complete, ensuring deterministic progression independent of agent discipline. Built on MCP's stdio transport with persistent SQLite storage and optional per-project isolation, it surfaces phase-specific structured instructions at exactly the right moment while enabling sub-agent delegation through Claude Code integration. The dependency graph uses typed BLOCKS edges with pattern shortcuts (linear chains, fan-out, fan-in) and BFS traversal to enforce ordering across hierarchical work items up to 4 levels deep.
169 stars.
Stars
169
Forks
19
Language
Kotlin
License
MIT
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/jpicklyk/task-orchestrator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related servers
stanislavlysenko0912/todoist-mcp-server
Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
cjo4m06/mcp-shrimp-task-manager
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought,...
democratize-technology/vikunja-mcp
Model Context Protocol server for Vikunja task management. Enables AI assistants to interact...
themotionmachine/OmniFocus-MCP
Let LLMs interface with your tasks and projects through the Model Context Protocol. Add,...
flesler/mcp-tasks
A comprehensive and efficient MCP server for task management with multi-format support...