mcp-task-orchestrator

EchoingVesper/mcp-task-orchestrator

3.4

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

  1. orchestrator_initialize_session

    Start new workflow

  2. orchestrator_plan_task

    Create task breakdown

  3. orchestrator_execute_subtask

    Execute with specialist context

  4. orchestrator_complete_subtask

    Mark tasks complete with artifacts

  5. orchestrator_synthesize_results

    Combine results

  6. orchestrator_get_status

    Check progress

  7. orchestrator_maintenance_coordinator

    Automated cleanup and optimization