smolanalytics for Grok
io.github.arjun0606/smolanalytics
End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.
client:Grok
transport:stdio
runtime:oci
Install smolanalytics in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"smolanalytics": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arjun0606/smolanalytics:v0.92.1"
]
}
}
}
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