MCP server exposing Datadog observability APIs for AI agents with logs, metrics, traces, monitors, dashboards, and more.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Datadog MCP Server.
monitorsList monitors with optional filters
dashboardsList all dashboards
logsSearch logs with query syntax and filters
logs_pipelinesInspect log processing pipelines and their processors
logs_indexesInspect indexes (filter, retention, Flex tier, exclusion filters); `create`/`delete` are UI-only per Datadog and not exposed
logs_archivesInspect log archives (S3 / GCS / Azure destinations); per-provider credential fields are forwarded unchanged
DISCLAIMER: This is a community-maintained project and is not officially affiliated with, endorsed by, or supported by Datadog, Inc. This MCP server utilizes the Datadog API but is developed independently.
MCP server providing AI assistants with full Datadog observability access. 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. Supports both stdio (local) and http (remote/Kubernetes) transports.
Minimal Claude Desktop / VS Code / Cursor config β just the two required keys:
With optional tuning (EU site, custom default limits, longer log windows):
To run as an HTTP server (e.g. inside a container or Kubernetes pod), add transport variables to the same env block:
| Transport | When to use | Endpoints |
|---|---|---|
stdio (default) | Local MCP clients β Claude Desktop, Cursor, VS Code | n/a (process stdin/stdout) |
http | Remote / container / Kubernetes | POST /mcp Β· GET /mcp (SSE) Β· DELETE /mcp Β· GET /health |
Select with --transport=http or MCP_TRANSPORT=http.
Use environment variables β not container args β for transport configuration:
Note: Kubernetes
args:replaces the entire Dockerfile CMD, causing Node.js to receive the flags instead of your application. Environment variables avoid this issue.
| Tool | Action | Category | Description | Required Scopes |
|---|---|---|---|---|
monitors | list | Alerting | List monitors with optional filters | monitors_read |
monitors | get | Alerting | Get monitor by ID | monitors_read |
monitors | search | Alerting | Search monitors by query | monitors_read |
monitors | create | Alerting | Create a new monitor; config is validated against a typed schema covering documented options (notifyNoData, renotifyInterval, thresholds, β¦) β unknown keys surface in warnings. Pass dry_run: true to validate without creating (uses /api/v1/monitor/validate, allowed in read-only mode). | monitors_write |
monitors | update | Alerting | Update an existing monitor; same validated schema as create; partial configs accepted; validation errors short-circuit before any HTTP call as EINVALID_MONITOR_CONFIG: | monitors_write |
monitors | preview | Alerting | Render a monitor template (inline message or by monitor_id/id) with optional context of variables and conditionals. Returns {rendered, variablesUsed, variablesMissing, conditionalsResolved, tagConditionalsResolved}. Supports Datadog Mustache subset: variable substitution + six documented conditionals (is_alert, is_warning, is_no_data, is_recovery, is_alert_to_warning, is_warning_to_alert) + tag conditionals {{#is_match "tag" "val"}}/{{#is_exact_match "tag" "val"}} (and ^ negations); {{#each}}/partials throw EUNSUPPORTED_TEMPLATE_SYNTAX. Read-only. | monitors_read |
monitors | test_notification | Alerting | Known limitation: returns ENOT_SUPPORTED β Datadog has no public REST endpoint for triggering a test notification. Documentation pointer in response. | n/a |
monitors | delete | Alerting | Delete a monitor | monitors_write |
monitors | mute | Alerting | Mute a monitor | monitors_write |
monitors | unmute | Alerting | Unmute a monitor | monitors_write |
monitors | top | Alerting | Top N monitors by alert frequency with real monitor names and context breakdown. WARNING: total_count includes renotifies/re-evaluations (Datadog emits a renotify event every renotify_interval minutes while Alert). For real fires use action=history. | monitors_read |
monitors | history | Alerting | Count and list real state transitions for one monitor over a time window. Filters by transitionType (default ["alert","alert recovery"] β fires+recoveries, excludes renotifies) and optional group. Returns {transitions: [...], count, meta} where count is the number of real transitions (e.g. for one always-Alert burn-rate monitor over 7d: 98 raw events vs 38 real transitions). | monitors_read, events_read |
dashboards | list | Visualization | List all dashboards | dashboards_read |
dashboards | get | Visualization | Get dashboard by ID | dashboards_read |
dashboards | create | Visualization | Create a new dashboard | dashboards_write |
dashboards | update | Visualization | Update a dashboard | dashboards_write |
dashboards | delete | Visualization | Delete a dashboard | dashboards_write |
logs | search | Logs | Search logs with query syntax and filters | logs_read_data, logs_read_index_data |
logs | aggregate | Logs | Aggregate log data with groupBy | logs_read_data |
logs_pipelines | list, get | Logs Config | Inspect log processing pipelines and their processors | logs_read_config |
logs_pipelines | create, update, delete, reorder | Logs Config | Author pipelines and processor chains | logs_write_config |
logs_pipelines | get_order | Logs Config | Read pipeline evaluation order | logs_read_config |
logs_indexes | list, get | Logs Config | Inspect indexes (filter, retention, Flex tier, exclusion filters); create/delete are UI-only per Datadog and not exposed | logs_read_config |
logs_indexes | update, reorder | Logs Config | Update index filter/retention/quota and reorder evaluation | logs_write_config |
logs_indexes | get_order | Logs Config | Read index evaluation order | logs_read_config |
logs_archives | list, get | Logs Config | Inspect log archives (S3 / GCS / Azure destinations); per-provider credential fields are forwarded unchanged | logs_read_archives |
logs_archives | create, update, delete, reorder | Logs Config | Manage archive destinations; destination.type validated against `s3 | gcs |
logs_archives | get_order | Logs Config | Read archive evaluation order | logs_read_archives |
metrics | query | Metrics | Query timeseries data. Response meta includes rollupRequested (parsed from rollup(method, seconds), with methodInferred flag), rollupEffective (interval derived from returned pointlist intervals + deduped intervalsObserved for multi-series), and rollupOverridden: boolean so callers can detect when Datadog silently downsampled. | metrics_read, timeseries_query |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tantiope-datadog-mcp-server)<a href="https://allmcps.com/mcp/tantiope-datadog-mcp-server"><img src="https://allmcps.com/api/badge/tantiope-datadog-mcp-server?style=directory" alt="Datadog MCP Server on AllMCPs" /></a>