Call Copilot for Gemini CLI
io.github.anisurrahmann/call-copilot
Search and read locally-recorded meeting transcripts over stdio. Read-only, no network.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Call Copilot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"call-copilot": {
"command": "uvx",
"args": [
"call-copilot"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs