Fathom MCP Server for Gemini CLI
io.github.agencyenterprise/fathom-mcp-server
Connect Claude to Fathom meeting recordings, transcripts, and summaries
client:Gemini CLI
transport:streamable-http
Install Fathom MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fathom-mcp-server": {
"httpUrl": "https://fathom-mcp-server.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs