AgentPhone-Apex for Gemini CLI
io.github.evozim/agent-phone
Multi-channel voice and SMS gateway interface for AI communication.
client:Gemini CLI
transport:sse
Install AgentPhone-Apex in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agent-phone": {
"url": "https://agent-phone-mcp.vercel.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs