Loading MCP server directory, please wait...
Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).
npx @getmcp/cli add io.github.wally827/scope-analytics-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SCOPE_API_KEYYour Scope project SECRET key (sk_...), from the Scope dashboard at https://scopeai.dev.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wally827/scope-analytics-mcp": {
"command": "uvx",
"args": [
"scope-analytics-mcp"
],
"env": {
"SCOPE_API_KEY": "",
"SCOPE_API_BASE": ""
}
}
}
}