dialfetch for Gemini CLI
com.dialfetch/dialfetch
Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.
client:Gemini CLI
transport:streamable-http
Install dialfetch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dialfetch": {
"httpUrl": "https://app.dialfetch.com/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