workflow
NewCreates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow devkit", or step-based orchestration.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "workflow": { "command": "...", "args": [] } }
/mcpSecurity Audits
Frequently Asked Questions
What is workflow?
Creates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow devkit", or step-based orchestration.
How to install workflow?
To install workflow: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "workflow": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is workflow best for?
workflow is a mcp categorized under General. It is designed for: devops. Created by vercel.