Vyrl for Gemini CLI
io.github.solarx56/vyrl
Inspect and edit media canvases, run existing Flows, and retrieve results. Vyrl MCP token required.
client:Gemini CLI
transport:streamable-http
Install Vyrl in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vyrl": {
"httpUrl": "https://vyrl.pro/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs