Quicly for Gemini CLI
live.quicly/quicly
Put a live video feed on air and get a URL you can embed.
client:Gemini CLI
transport:streamable-http
Install Quicly in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"quicly": {
"httpUrl": "https://api.quicly.live/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs