TL;DR
Datadog is a Monitoring MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent infrastructure monitoring and APM. Install in 1 minute with mcpizy install datadog.
Datadog
Install verified 6 toolsMonitoring
Infrastructure monitoring and APM
Official homepageInstall Datadog
mcpizy install datadogclaude mcp add --transport http datadog https://mcp.datadoghq.com/api/unstable/mcp-server/mcpTools exposed
6 tools availablequery_metricsQuery metrics over a time range
query_metricsQuery metrics over a time range
Inputs
querystringrequiredfromstringrequiredtostringrequired
list_monitorsList Datadog monitors
list_monitorsList Datadog monitors
get_monitorGet a monitor's definition and status
get_monitorGet a monitor's definition and status
Inputs
idstringrequired
list_dashboardsList dashboards
list_dashboardsList dashboards
search_logsSearch logs with a query
search_logsSearch logs with a query
Inputs
querystringrequiredfromstringrequiredtostringrequired
list_eventsList recent events
list_eventsList recent events
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"-y",
"@datadog/mcp-server"
],
"env": {
"DD_API_KEY": "...",
"DD_APP_KEY": "...",
"DD_SITE": "datadoghq.com"
}
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"-y",
"@datadog/mcp-server"
],
"env": {
"DD_API_KEY": "...",
"DD_APP_KEY": "...",
"DD_SITE": "datadoghq.com"
}
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"-y",
"@datadog/mcp-server"
],
"env": {
"DD_API_KEY": "...",
"DD_APP_KEY": "...",
"DD_SITE": "datadoghq.com"
}
}
}
}Authentication setup
What you can do with Datadog MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
โQuery Datadog: avg(last_1h):avg:system.cpu.user{env:prod}โ
Uses: query_metrics
โList monitors currently in ALERT stateโ
Uses: list_monitors
โSearch logs for `status:500 service:api` in the last hourโ
Uses: search_logs
Works with
More Monitoring MCPs
Last9
Real-time production context โ logs, metrics, traces. SRE intelligence for incident response.
Axiom
Query and analyze logs, traces, and event data in Axiom. Real-time observability at any scale.
Dash0
Navigate OpenTelemetry resources, investigate incidents, and query observability data.
Prometheus
Query metrics and alerts
Alternatives to Datadog
If Datadog doesn't fit your stack, these Monitoring MCP servers solve similar problems.
Frequently asked questions
What is the Datadog MCP server?
Datadog is listed as an Monitoring Model Context Protocol server whose documented purpose is to let an MCP-compatible agent infrastructure monitoring and APM. Client support, permissions and authentication remain specific to the upstream project.
How do I install Datadog MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install datadog` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `claude mcp add --transport http datadog https://mcp.datadoghq.com/api/unstable/mcp-server/mcp` and restarting Claude Code.
Does MCPizy charge to view or install Datadog MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Datadog MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Datadog MCP?
Its documented purpose is to let an MCP-compatible agent infrastructure monitoring and APM. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory