Skip to content
Start free

Gemini CLI

Connect GetIntel's MCP server to Google's Gemini CLI with a streamable HTTP entry in settings.json, so Gemini can read your AI visibility data.

  1. Create a token in GetIntel under Integrations.

  2. Add GetIntel to ~/.gemini/settings.json:

    ~/.gemini/settings.json
    {
    "mcpServers": {
    "getintel": {
    "httpUrl": "https://app.getintel.ai/mcp",
    "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
    }
    }
  3. Start Gemini CLI and run /mcp to confirm GetIntel’s tools loaded.