task-orchestrator and taskflow-mcp

These two tools are **competitors**, as they both serve as Model Context Protocol (MCP) task orchestration servers designed to manage AI agent workflows through task breakdown, context storage, and structured execution.

task-orchestrator
53
Established
taskflow-mcp
39
Emerging
Maintenance 13/25
Adoption 10/25
Maturity 15/25
Community 15/25
Maintenance 6/25
Adoption 7/25
Maturity 9/25
Community 17/25
Stars: 169
Forks: 19
Downloads:
Commits (30d): 0
Language: Kotlin
License: MIT
Stars: 29
Forks: 9
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
No Package No Dependents
No Package No Dependents

About task-orchestrator

jpicklyk/task-orchestrator

A light touch MCP task orchestration server for AI agents. Persistent work tracking and context storage across sessions and agents. Defines planning floors through composable notes with optional gating transitions. Coordinates multi-agent execution without prescribing how agents do their work.

Implements server-enforced workflow gates using YAML-defined note schemas that block phase transitions until required documentation is complete, ensuring deterministic progression independent of agent discipline. Built on MCP's stdio transport with persistent SQLite storage and optional per-project isolation, it surfaces phase-specific structured instructions at exactly the right moment while enabling sub-agent delegation through Claude Code integration. The dependency graph uses typed BLOCKS edges with pattern shortcuts (linear chains, fan-out, fan-in) and BFS traversal to enforce ordering across hierarchical work items up to 4 levels deep.

About taskflow-mcp

pinkpixel-dev/taskflow-mcp

A task management Model Context Protocol (MCP) server that helps AI assistants break down user requests into manageable tasks with subtasks, dependencies, and notes. Enforces a structured workflow with user approval steps.

The server implements a stdio transport for seamless integration with MCP-compatible AI assistants and provides persistent task storage in YAML or JSON formats with automatic directory creation. Built on Node.js, it includes an archive system for managing completed workflows and supports relative/absolute path configuration for flexible project-based task management across platforms.

Scores updated daily from GitHub, PyPI, and npm data. How scores work