ThunderPhone for Gemini CLI
io.github.thunderphone/thunderphone
Build, test, deploy and run AI phone agents: agents, numbers, calls, tests, knowledge, campaigns.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install ThunderPhone in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"thunderphone": {
"httpUrl": "https://api.thunderphone.com/v1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs