Skip to content
Windsurf

Umami Compass for Windsurf

io.github.webcredo/umami-compass

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

client:Windsurf transport:stdio runtime:npm

Install Umami Compass in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "umami-compass": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Umami Compass in other clients