Skip to content

Releases: Macawls/umami-mcp-server

v1.5.0

20 Apr 11:49

Choose a tag to compare

Changelog

  • 538050e feat: support Umami Cloud via API key authentication

v1.4.1

14 Apr 00:00

Choose a tag to compare

Features

  • Team-based website discovery — New UMAMI_TEAM_ID env var for self-hosted instances where websites are assigned to teams. Also supports X-Umami-Team-Id header for HTTP transport.

v1.3.1

26 Mar 19:49
c433b0f

Choose a tag to compare

Changelog

  • Accept ISO 8601 date strings (e.g. 2026-03-23, 2026-03-23T14:30:00Z) in addition to Unix timestamps — prevents LLM timestamp calculation errors (#21, thanks @juliendoclot)

Closes #20

v1.3.0

26 Mar 19:40
bf7f5a3

Choose a tag to compare

Security Hardening (HTTP Transport)

  • Credentials moved from URL query params to X-Umami-* headers (query params still supported as deprecated fallback)
  • Configurable CORS origin restriction via ALLOWED_ORIGINS env var
  • 1MB request body size limit to prevent OOM
  • Session limit via MAX_SESSIONS env var (default 1000)
  • websiteID validation to prevent path injection

Breaking Changes

HTTP mode clients should migrate credentials from query parameters to X-Umami-Host, X-Umami-Username, X-Umami-Password headers. Query parameters still work but are deprecated and will log a warning.

Closes #19

v1.2.1

02 Mar 16:43

Choose a tag to compare

Changelog

  • f602e81 feat: serve landing page from Docker and document remote usage
  • e36710b fix: Umami v2 API compatibility for stats, team websites, and metric types
  • 06b75e0 fix: allow README.md through .dockerignore for landing page build
  • aea30d1 fix: extract path metric type constant for goconst linter

v1.2.0

18 Feb 01:32
2e1d460

Choose a tag to compare

Changelog

  • 2e1d460 feat: add MCP prompts and resources capabilities (#12)

v1.1.2

18 Feb 02:19
c6f40a0

Choose a tag to compare

Changelog

  • c6f40a0 Merge pull request #14 from Macawls/feat/server-card-endpoint
  • 6c7a827 feat: add server card endpoint for Smithery discovery

v1.1.1

18 Feb 01:49
58b5973

Choose a tag to compare

Changelog

  • 58b5973 Merge pull request #13 from Macawls/fix/smithery-compliance
  • f425807 fix: Smithery deployment compliance

v1.1.0

18 Feb 01:11
75ff900

Choose a tag to compare

Changelog

v1.0.5

25 Jun 10:06

Choose a tag to compare

Changelog

  • 66c2c5c fix: remove unused nolint directive