YAML Workflow for Zed
io.github.orieg/yaml-workflow
Expose declarative YAML-defined workflows as MCP tools over stdio
client:Zed
transport:stdio
runtime:pypi
Install YAML Workflow in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"yaml-workflow": {
"command": "uvx",
"args": [
"yaml-workflow"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs