botphone for Gemini CLI
io.github.griffden/botphone
Give your Muse a phone number. BotPhone answers your business line and reports every call back.
client:Gemini CLI
transport:streamable-http
Install botphone in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"botphone": {
"httpUrl": "https://auth.botphone.tel/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs