Local Node.js workflow engine providing tools for managing, executing, and automating workflows and tasks. Runs as a subprocess with no external API keys required.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin workflow-orchestratorAdd to your .mcp.json:
{
"mcpServers": {
"workflow-engine": {
"command": "node",
"args": [
"dist/servers/workflow-engine.js"
]
}
}
}node