Task OrchestratorMCP Server28/100 via “persistent task state management with sqlite-backed database”
** - AI-powered task orchestration and workflow automation with specialized agent roles, intelligent task decomposition, and seamless integration across Claude Desktop, Cursor IDE, Windsurf, and VS Code.
Unique: Implements automatic schema migration with version tracking, allowing the task model to evolve without manual database upgrades — the system detects schema version mismatches and applies migrations automatically, a pattern typically found in mature ORMs but uncommon in MCP servers.
vs others: Provides durable task state across sessions without requiring external databases or cloud services, whereas stateless MCP implementations lose all context on process restart, and cloud-based alternatives introduce latency and dependency on external services.