Catalog
io.github.wally827/scope-analytics-mcp
OfficialScope Analytics
Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).
Install and query Scope analytics data for AI-powered coding assistants and agents.
README not available yet.
Install
Configuration
Environment variables
SCOPE_API_KEYrequiredsecretYour Scope project SECRET key (sk_...), from the Scope dashboard at https://scopeai.dev.
SCOPE_API_BASEScope backend base URL. Optional; defaults to https://api.scopeai.dev.
claude_desktop_config.json
{
"mcpServers": {
"scope-analytics-mcp": {
"command": "uvx",
"args": [
"scope-analytics-mcp"
],
"env": {
"SCOPE_API_KEY": "<YOUR_SCOPE_API_KEY>",
"SCOPE_API_BASE": "<YOUR_SCOPE_API_BASE>"
}
}
}
}