EchoingVesper/mcp-task-orchestrator
If you are the rightful owner of mcp-task-orchestrator and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Task Orchestrator is a server that transforms complex tasks into structured workflows using specialized AI roles, enhancing task management with workspace awareness.
The MCP Task Orchestrator is a sophisticated Model Context Protocol server designed to decompose complex tasks into manageable workflows, each handled by AI roles with domain-specific expertise. It intelligently detects the project context, ensuring that artifacts are stored in the correct locations, thus optimizing the development process. By leveraging LLM technology, it breaks down tasks into logical subtasks, assigns them to specialized roles such as Architect, Implementer, Tester, and Documenter, and synthesizes the results into a comprehensive solution. This approach not only enhances efficiency but also ensures that each aspect of a project is handled with the appropriate level of expertise, resulting in robust, well-documented, and thoroughly tested outputs.
Features
- LLM-powered task decomposition for logical subtask creation.
- Specialist AI roles with domain-specific expertise.
- Automated maintenance with cleanup, optimization, and health monitoring.
- Task persistence using SQLite database with recovery and archival.
- Workspace intelligence for detecting project files and saving artifacts appropriately.
Tools
orchestrator_initialize_session
Start new workflow
orchestrator_plan_task
Create task breakdown
orchestrator_execute_subtask
Execute with specialist context
orchestrator_complete_subtask
Mark tasks complete with artifacts
orchestrator_synthesize_results
Combine results
orchestrator_get_status
Check progress
orchestrator_maintenance_coordinator
Automated cleanup and optimization