Skip to content

Scope Analytics for Zed

io.github.wally827/scope-analytics-mcp

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

client:Zed transport:stdio runtime:pypi

Install Scope Analytics in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Scope Analytics in other clients