← Back to Plugins
MCP Server MCP

Umami Compass

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "umami-compass",
      "version": "0.5.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Umami Cloud or client API key",
          "isSecret": true,
          "name": "UMAMI_API_KEY"
        },
        {
          "description": "Existing self-hosted Bearer token",
          "isSecret": true,
          "name": "UMAMI_ACCESS_TOKEN"
        },
        {
          "description": "Self-hosted Umami username",
          "name": "UMAMI_USERNAME"
        },
        {
          "description": "Self-hosted Umami password",
          "isSecret": true,
          "name": "UMAMI_PASSWORD"
        },
        {
          "description": "Self-hosted Umami instance origin",
          "placeholder": "https://analytics.example.com",
          "name": "UMAMI_URL"
        },
        {
          "description": "Optional exact Umami API root for a reverse proxy",
          "placeholder": "https://analytics.example.com/custom/api",
          "name": "UMAMI_API_URL"
        },
        {
          "description": "Optional comma-separated website UUID allowlist",
          "name": "UMAMI_WEBSITE_IDS"
        },
        {
          "description": "Optional comma-separated team UUID allowlist",
          "name": "UMAMI_TEAM_IDS"
        },
        {
          "description": "Comma-separated toolsets or all",
          "default": "core,insights",
          "placeholder": "core,insights,events,sessions,performance,reports,revenue,replay,heatmaps",
          "name": "UMAMI_TOOLSETS"
        },
        {
          "description": "Maximum decoded upstream JSON response size in bytes",
          "default": "10485760",
          "name": "UMAMI_MAX_RESPONSE_BYTES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...