hrishirc/task-orchestrator
If you are the rightful owner of 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.
A Model Context Protocol (MCP) server designed for task orchestration and management, helping to break down goals into manageable tasks and track their progress.
Tools
Functions exposed to the LLM to take actions
create_goal
Create a new goal with a description and associated repository name.
add_tasks
Add multiple tasks to a goal, supporting hierarchical structures and dependencies.
remove_tasks
Soft-delete tasks from a goal, with options to delete child tasks.
get_tasks
Retrieve tasks for a goal, with options to include subtasks and deleted tasks.
complete_task_status
Mark tasks as complete, with options to complete child tasks recursively.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client