Faxify for Gemini CLI
com.faxify/mcp
Send, receive and track real faxes in the US and Canada from Claude, ChatGPT or Cursor.
client:Gemini CLI
transport:streamable-http
Install Faxify in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mcp.faxify.com/api/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