Skip to content
Grok

gizmoanalytics for Grok

io.github.sudomichael/gizmoanalytics

Cookieless analytics for AI coding agents. Install in one prompt, 28 tools, OAuth onboarding.

client:Grok transport:stdio runtime:npm

Install gizmoanalytics in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gizmoanalytics": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gizmoanalytics-mcp"
      ]
    }
  }
}

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

gizmoanalytics in other clients