Scope Analytics for Grok
io.github.wally827/scope-analytics-mcp
Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).
client:Grok
transport:stdio
runtime:pypi
Install Scope Analytics in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs