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
{
"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