Google Gemini supports MCP through Gemini CLI, letting you use Toolcog for API operations from your terminal.
Gemini CLI uses a JSON settings file for MCP servers.
Edit ~/.gemini/settings.json:
{ "mcpServers": { "toolcog": { "url": "https://mcp.toolcog.com" } }}Start Gemini CLI and ask:
geminiThen in the session:
“@toolcog Find operations for creating Stripe invoices”
Or without the prefix:
“What HubSpot operations are available for contacts?”
Gemini will use Toolcog to discover operations, show interfaces, and help you execute them.
When Gemini needs to access your Toolcog account:
For downstream services (Stripe, HubSpot, etc.), the same pattern applies.
Connect to specific catalogs:
{ "mcpServers": { "toolcog-internal": { "url": "https://mcp.toolcog.com/mycompany/internal-apis" } }}Google offers managed MCP servers for Google services (Maps, BigQuery, GCE, GKE). You can use these alongside Toolcog for comprehensive access to both Google and third-party APIs.
In Gemini CLI, ask:
“What operations does Toolcog have for Zendesk?”
If you see a list of operations, Toolcog is connected.
~/.gemini/settings.json@toolcog prefix explicitly