Vivu for Gemini CLI
io.github.vivuai/vivu
Search your video library with natural language and retrieve relevant moments through MCP.
client:Gemini CLI
transport:streamable-http
Install Vivu in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vivu": {
"httpUrl": "https://mcp.vivu.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs