YAML Workflow for Gemini CLI
io.github.orieg/yaml-workflow
Expose declarative YAML-defined workflows as MCP tools over stdio
client:Gemini CLI
transport:stdio
runtime:pypi
Install YAML Workflow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"yaml-workflow": {
"command": "uvx",
"args": [
"yaml-workflow"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs