
Task Orchestrator
by coderexpert123
Hierarchical task and goal management for LLMs. Define, organize, and track complex projects with precision.
What it does
Task Orchestrator is an MCP server that allows LLMs to manage complex projects by breaking down high-level goals into hierarchical tasks. It uses a dot-notation ID system (e.g., 1.1.2) to maintain structure and track progress across multiple levels of subtasks.
Tools
create_goal: Initializes a new project goal associated with a specific repository.add_tasks: Adds multiple tasks or nested subtasks to a goal in a transactional batch.get_tasks: Retrieves tasks for a goal, with support for recursive subtask expansion.complete_task_status: Marks tasks as complete, with options to recursively complete children.remove_tasks: Soft-deletes tasks and their children from the orchestration tree.
Installation
{
"mcpServers": {
"task-orchestrator": {
"command": "npx",
"args": ["-y", "task-orchestrator"]
}
}
}
Supported hosts
Defaulting to Claude Desktop support as per MCP standard.
Quick install
pnpm installInformation
- Pricing
- free
- Published
- 5/28/2026
- stars






