Skip to content

Release history

TANTIOPE/datadog-mcp-server releases

MCP server providing comprehensive Datadog observability access for AI assistants. Features grep-like log search, APM trace filtering with duration/status/error queries, smart sampling modes for token efficiency, and cross-correlation between logs, traces, and metrics.

All releases

23 shown

No immediate action
v5.8.1 Bug fix

Forward transitionType

No immediate action
v5.8.0 New feature

SLO URL & events projection

No immediate action
v5.7.0 New feature

DX improvements

No immediate action
v5.6.0 New feature

Monitor history endpoint

No immediate action
v5.5.0 New feature

Monitors typed schema validation

No immediate action
v5.4.0 New feature

Monitor options, multi, priority, restricted_roles

No immediate action
v5.3.4 Maintenance

Routine maintenance and dependency updates.

No immediate action
v5.3.3 Bug fix

Parallel HTTP connection fix

No immediate action
v5.3.2 Bug fix

SLI status data retrieval fix

No immediate action
v5.3.1 Bug fix

APM metrics naming fix

No immediate action
v5.3.0 New feature

Schema tool for Datadog API enums

No immediate action
v5.2.1 Bug fix

Dashboard validation fix

No immediate action
v5.2.0 New feature

snake_case to camelCase conversion

No immediate action
v5.1.1 Breaking risk

Dashboard field renaming

No immediate action
v5.1.0 New feature

Dashboard improvements

v5.0.0 Breaking risk
Breaking changes
  • Events top returns "message" instead of "name"
Notable features
  • Add monitors.top: fetches real monitor names with {{vars}}
  • Refactor events.top: support generic groupBy parameter
  • Include monitors without context tags as "no_context"
Full changelog

5.0.0 (2025-12-23)

Features

BREAKING CHANGES

  • Events top returns "message" instead of "name"
  • Add monitors.top: fetches real monitor names with {{vars}}
  • Refactor events.top: support generic groupBy parameter
  • Fix formatEventV2: extract monitor_id from tags fallback
  • Add 8 comprehensive tests for monitors top action
  • Update README: distinguish monitors vs events top
  • Update tool descriptions and parameter docs

monitors.top: Alert reports with real monitor names
events.top: Generic grouping for any event type

  • fix: handle undefined in monitor_id extraction and parallelize monitor fetching

TypeScript fixes:

  • events.ts: split(':')[1] can return undefined, added explicit check before parseInt

Performance improvements:

  • monitors.ts: parallelize monitor API calls with Promise.allSettled
  • Reduces latency from 10+ seconds (sequential) to ~200ms for 50 monitors
  • Addresses critical performance issue from PR review

Fixes CI/CD typecheck failure in PR #24.

  • feat: include monitors without context tags as "no_context"

Previously monitors without context tags were excluded from results.
Now they are included with by_context: [{context: "no_context", count: total}]

No immediate action
v4.0.1 Bug fix

File upload fix

Config change
v4.0.0 Breaking risk
Breaking upgrade

Config schema change

Config change
v3.0.0 Breaking risk
Breaking upgrade

Config schema change + limit removal

No immediate action
v2.0.2 Bug fix

Event enrichment uses monitor ID

No immediate action
v2.0.1 Maintenance

Routine maintenance and dependency updates.

v2.0.0 Breaking risk
Breaking changes
  • buildMonitorsListUrl() signature changed from (query?, site?) to (options?, site?).
  • searchMonitors now returns a url field for consistency with other monitor functions.
Full changelog

2.0.0 (2025-12-22)

Bug Fixes

  • add individual monitor URLs and preserve filters (#18) (3082e28)

BREAKING CHANGES

  • buildMonitorsListUrl() signature changed from (query?, site?) to (options?, site?)

  • test: add coverage for monitor URL generation

  • Verify individual monitor URL field in list/get/create/update
  • Test datadog_url preserves tags and groupStates filters
  • Test correct site usage (datadoghq.eu)

Fixes SonarCloud quality gate: coverage now >80% on new code

  • fix: add url field to searchMonitors for consistency
  • searchMonitors now returns url field like all other monitor functions
  • Added test to verify URL generation in search results
  • Addresses review feedback for consistent monitor objects across all operations
Config change
v1.1.1 New feature
Auth

id-token write permission

Beta — feedback welcome: [email protected]