Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"workflow-engine": {
"command": "node",
"args": [
"dist/servers/workflow-engine.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin workflow-orchestrator