mcp-workflow
Installation
SKILL.md
MCP Workflow Skill
Quick Reference
# Start MCP Server
node scripts/mcp-server.js
# Run a workflow
./scripts/workflow-engine.sh run <workflow-name> [--input <json>]
# List available workflows
./scripts/workflow-engine.sh list
# Create new workflow from template
./scripts/workflow-engine.sh create <name> --from <template>