Skip to content
Cline

Umami Compass for Cline

io.github.webcredo/umami-compass

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

client:Cline transport:stdio runtime:npm

Install Umami Compass in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Umami Compass in other clients