Skip to content
Grok

Umami Compass for Grok

io.github.webcredo/umami-compass

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

client:Grok transport:stdio runtime:npm

Install Umami Compass 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": {
    "umami-compass": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "umami-compass"
      ],
      "env": {
        "UMAMI_API_KEY": "<UMAMI_API_KEY>",
        "UMAMI_ACCESS_TOKEN": "<UMAMI_ACCESS_TOKEN>",
        "UMAMI_USERNAME": "<UMAMI_USERNAME>",
        "UMAMI_PASSWORD": "<UMAMI_PASSWORD>",
        "UMAMI_URL": "<UMAMI_URL>",
        "UMAMI_API_URL": "<UMAMI_API_URL>",
        "UMAMI_WEBSITE_IDS": "<UMAMI_WEBSITE_IDS>",
        "UMAMI_TEAM_IDS": "<UMAMI_TEAM_IDS>",
        "UMAMI_TOOLSETS": "<UMAMI_TOOLSETS>",
        "UMAMI_MAX_RESPONSE_BYTES": "<UMAMI_MAX_RESPONSE_BYTES>"
      }
    }
  }
}

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

Umami Compass in other clients