Skip to content
Cursor

Scope Analytics for Cursor

io.github.wally827/scope-analytics-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Scope Analytics in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Scope Analytics in other clients