gflow-cli for Gemini CLI
io.github.ffroliva/gflow-cli
Drive Google Flow from an agent: Veo video and Imagen image generation
client:Gemini CLI
transport:stdio
runtime:pypi
Install gflow-cli in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gflow-cli": {
"command": "uvx",
"args": [
"gflow-cli"
],
"env": {
"GFLOW_CLI_HOME": "<GFLOW_CLI_HOME>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs