Skip to content
Grok

yourtraffic for Grok

io.github.kozmos-tech/yourtraffic

Open-source, privacy-first web analytics for tracking your sites' traffic.

client:Grok transport:stdio runtime:npm

Install yourtraffic in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "yourtraffic": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kozmos-tech/yourtraffic"
      ]
    }
  }
}

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

yourtraffic in other clients