YAML Workflow for Cursor
io.github.orieg/yaml-workflow
Expose declarative YAML-defined workflows as MCP tools over stdio
client:Cursor
transport:stdio
runtime:pypi
Install YAML Workflow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yaml-workflow": {
"type": "stdio",
"command": "uvx",
"args": [
"yaml-workflow"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs