Odel
YAML Workflow

YAML Workflow

Local
@orieg3PythonMITUpdated 1w ago

Expose declarative YAML-defined workflows as MCP tools over stdio

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIyaml-workflowv0.9.6

Run

uvx yaml-workflow

MCP client config

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