BeClaude

workflow

New
1.7kSmitheryGeneralby vercel

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.

First seen 5/28/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "workflow": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
devops

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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.