← All plugins
workflow-orchestrator
v1.15.0Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Claude Code1 MCP serverstdio
by Intent SolutionsMIT2.6kupdated 8 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp/workflow-orchestrator/ inside the repository.
Layout
plugins/mcp/workflow-orchestrator/
├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
workflow-enginestdio
- command
- node
- args
- dist/servers/workflow-engine.js
Manifests1
plugins/mcp/workflow-orchestrator/.claude-plugin/plugin.json
{
"name": "workflow-orchestrator",
"version": "1.15.0",
"description": "Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking",
"author": {
"name": "Intent Solutions",
"url": "https://intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"workflow",
"orchestration",
"dag",
"automation",
"parallel",
"mcp"
]
}