Skip to content
Windsurf

YAML Workflow for Windsurf

io.github.orieg/yaml-workflow

Expose declarative YAML-defined workflows as MCP tools over stdio

client:Windsurf transport:stdio runtime:pypi

Install YAML Workflow in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "yaml-workflow": {
      "command": "uvx",
      "args": [
        "yaml-workflow"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

YAML Workflow in other clients