Best for
- Developers using Claude Code who need DAG-based automation
- Teams that want deterministic, dependency-driven task execution
A community MCP server for DAG-based workflow orchestration, published in the Tons of Skills / Claude Code plugins marketplace. The manifest lists version 1.0.0, npm distribution, and stdio transport, but no individual tools are documented in the supplied source.
Workflow Orchestrator is an MCP server that implements directed-acyclic-graph (DAG) based workflow orchestration. It enables parallel task execution, dependency management between tasks, and keeps a run history of executed workflows. It is distributed as the npm package @claude-code-plugins-plus/workflow-orchestrator (v1.0.0) and communicates via stdio.
Install the ccpi CLI (pnpm add -g @intentsolutionsio/ccpi) and run ccpi install workflow-orchestrator, or use Claude Code's built-in /plugin marketplace add jeremylongshore/claude-code-plugins followed by /plugin install workflow-orchestrator@claude-code-plugins-plus. The npm package @claude-code-plugins-plus/workflow-orchestrator will run as a stdio MCP server.