Self-hosted Datadog MCP server for metrics, monitors, logs, APM, RUM, incidents, SLOs, status pages, and fleet automation.
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.
The Datadog MCP that answers "why is this happening?" โ not just "what's the value?"
Aggregation tools that fold 5โ7 sequential API calls into one structured response. Full SLO CRUD. Fleet automation. The widest Datadog API coverage in any MCP โ 163 tools built on the @us-all MCP standard.
analyze-monitor-state and slo-compliance-snapshot collapse 5โ7 sequential API calls into one structured response with a caveats array for partial failures. No other Datadog MCP ships this pattern.extractFields projection, DD_TOOLS/DD_DISABLE 16-category toggles, and a search-tools meta-tool keep LLM context low across 163 tools.slo-compliance-snapshot renders as a visual card on ChatGPT clients via _meta["openai/outputTemplate"]. Claude clients receive the same JSON content (non-breaking).MCP_TRANSPORT=http for ChatGPT Apps SDK or remote clients (Bearer auth via MCP_HTTP_TOKEN).Connect the server to Claude Desktop or Claude Code, then paste any of these:
checkout-service. Pull the linked monitors, the recent error spikes from APM, and which deployments touched the service in the last 24h."datadog-agent 7.55.0 rollout to the staging cluster, weekends only, starting next Saturday."Datadog's official MCP (Bits AI MCP, GA 2026-03-09) is complementary, not a replacement:
| Official Datadog MCP | @us-all/datadog-mcp (this) | |
|---|---|---|
| Tool count | 16+ core toolsets | 163 tools across full API surface |
| Deployment | Remote (managed by Datadog) | Self-host stdio (npx / Docker / npm) |
| Auth | Datadog SSO | API + APP key |
| Sites | Public Datadog sites | Any site, incl. internal/sovereign; US5 default |
| SLO writes | โ | โ create/update/delete SLOs + corrections |
| Fleet automation | โ | โ 15 tools |
| Status pages | โ | โ 21 tools |
| Aggregation tools | โ | โ
analyze-monitor-state, slo-compliance-snapshot |
| MCP Prompts | โ | โ
4 (triage-incident, audit-monitor-noise, analyze-rum-error-spike, investigate-slow-trace) |
| MCP Resources | โ | โ
dd://service/{serviceName}, dd://team/{teamId}, dd://synthetics/{testId}, etc. |
Use the official Bits AI MCP for fast managed onboarding and SSO. Use this when you need full API coverage, SLO/fleet/status-page write parity, or self-hosting (internal sites, isolated networks, dev/CI sandboxes).
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
| Variable | Required | Default | Description |
|---|---|---|---|
DD_API_KEY | โ | โ | Datadog API key |
DD_APP_KEY | โ | โ | Datadog Application key |
DD_SITE | โ | us5.datadoghq.com | Datadog site (see table below) |
DD_ALLOW_WRITE | โ | false | Set true to enable mutations (create/update/delete) |
DD_TOOLS | โ | โ | Comma-sep allowlist of categories. Only these load โ biggest token saver. |
DD_DISABLE | โ | โ | Comma-sep denylist. Ignored when DD_TOOLS is set. |
MCP_TRANSPORT | โ | stdio | http to enable Streamable HTTP transport |
MCP_HTTP_TOKEN | conditional | โ | Bearer token. Required when MCP_TRANSPORT=http |
MCP_HTTP_PORT | โ | 3000 | HTTP listen port |
MCP_HTTP_HOST | โ | 127.0.0.1 | HTTP bind host (DNS rebinding protection auto-enabled for localhost) |
MCP_HTTP_SKIP_AUTH | โ | false | Skip Bearer auth โ e.g. behind a reverse proxy that handles it |
Categories (16): metrics, monitors, dashboards, logs, apm, rum, incidents, security, synthetics, ci, infra, fleet, status-pages, oncall, teams, account.
When MCP_TRANSPORT=http: POST /mcp (Bearer-auth JSON-RPC) + GET /health (public liveness).
Sites:
| Site | Value | Region |
|---|---|---|
| US1 | datadoghq.com | US (Virginia) |
| US3 | us3.datadoghq.com | US (Virginia) |
| US5 | us5.datadoghq.com | US (Oregon) |
| EU1 | datadoghq.eu | EU (Frankfurt) |
| AP1 | ap1.datadoghq.com | Asia-Pacific (Tokyo) |
Naive setup loads ~25K tokens of tool schema before any conversation. Three knobs mitigate:
| Scenario | Tools | Schema tokens | vs default |
|---|---|---|---|
| default (all categories) | 163 | 25,200 | โ |
typical (DD_TOOLS=metrics,monitors,logs,apm,dashboards) | 55 | 9,300 | โ63% |
narrow (DD_TOOLS=metrics,monitors) | 24 | 3,800 | โ85% |
DD_TOOLS=metrics,monitors,logs,apm (biggest win).extractFields response projection โ get-dashboard { dashboardId: "abc", extractFields: "id,title,widgets.*.definition.type" }.search-tools meta-tool โ always enabled; lets the LLM discover tools at runtime instead of preloading all schemas.By default, all writes are blocked to prevent accidental mutations by AI agents. The following require DD_ALLOW_WRITE=true:
create-monitor, update-monitor, delete-monitor, mute-monitor, create-dashboard, update-dashboard, delete-dashboard, send-logs, post-event, trigger-synthetics, create-synthetics-test, update-synthetics-test, delete-synthetics-test, create-downtime, cancel-downtime, create-case, update-case-status, send-dora-deployment, send-dora-incident, create-slo, update-slo, delete-slo, plus all fleet/status-page/security writes.
Workflow templates the model can invoke directly:
triage-incident โ given an incident ID, walks linked monitors, recent error spikes, and recent deploys.audit-monitor-noise โ flag flapping monitors via alert frequency ร MTTR.analyze-rum-error-spike โ diff RUM error rates across two windows, attribute to top error groups.investigate-slow-trace โ given a slow trace ID, traverse the span tree and surface bottleneck spans.Read-only entities by URI: dd://monitor/{id}, dd://dashboard/{id}, dd://slo/{id}, dd://incident/{id}, dd://service/{serviceName}, dd://team/{teamId} (team + members), dd://synthetics/{testId}, dd://host/{name}.
163 tools across 16 categories. Use the search-tools meta-tool to discover at runtime; the full list is collapsed below.
| Domain | Tools |
|---|---|
| Status Pages | 21 |
| RUM (events + apps + metrics + retention) | 27 |
| Metrics, Hosts, SLOs, Downtimes, Containers, Processes | 19 |
| Fleet Automation | 15 |
| Synthetics, Logs/Spans Metrics, SLO Corrections | 16 |
| Monitors, Dashboards, Notebooks, Events | 16 |
| Incidents, Cases, Error Tracking, Audit | 13 |
| OnCall, Teams, Users, Services, Bots | 11 |
| Security signals + rules + suppressions | 9 |
| APM, CI Visibility, DORA, Network Devices | 9 |
| + aggregations | analyze-monitor-state, slo-compliance-snapshot |
| + meta | search-tools |
query-metrics, get-metrics, get-metric-metadata, list-active-metrics, list-metric-tags
get-monitors, get-monitor, create-monitor, update-monitor, delete-monitor, mute-monitor, validate-monitor, analyze-monitor-state (aggregation)
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/us-all-datadog-mcp-server)<a href="https://allmcps.com/mcp/us-all-datadog-mcp-server"><img src="https://allmcps.com/api/badge/us-all-datadog-mcp-server?style=directory" alt="Datadog MCP Server on AllMCPs" /></a>