Skip to content

Convai Analytics for Grok

io.github.conv-ai/convai-analytics-mcp

Analyze Convai sessions, latency, reliability, usage, and provider telemetry via API key.

client:Grok transport:stdio runtime:npm

Install Convai Analytics in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "convai-analytics-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@convai/analytics-mcp"
      ],
      "env": {
        "CONVAI_API_KEY": "<CONVAI_API_KEY>",
        "CONVAI_ANALYTICS_BASE_URL": "<CONVAI_ANALYTICS_BASE_URL>"
      }
    }
  }
}

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

Convai Analytics in other clients