Skip to content
Gemini CLI

Scope Analytics for Gemini CLI

io.github.wally827/scope-analytics-mcp

Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).

client:Gemini CLI transport:stdio runtime:pypi

Install Scope Analytics in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "scope-analytics-mcp": {
      "command": "uvx",
      "args": [
        "scope-analytics-mcp"
      ],
      "env": {
        "SCOPE_API_KEY": "<SCOPE_API_KEY>",
        "SCOPE_API_BASE": "<SCOPE_API_BASE>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Scope Analytics in other clients