# 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.

Source: https://getintel.ai/docs/mcp/clients/gemini-cli/

<Steps>

1. **Create a token** in GetIntel under **Integrations**.

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

   ```json title="~/.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.

</Steps>
