CuratedMCP
πŸ„
Windsurf
Free

How to Install Datadog MCP in Windsurf

Official Datadog integration β€” query metrics, logs, traces, and incidents for full-stack observability

What Datadog MCP does

The official Datadog MCP server gives AI agents access to your full observability stack β€” metrics, logs, distributed traces, and incidents β€” enabling autonomous debugging and root cause analysis. Features: - Query metrics with full PromQL/DQL expression support - Search and tail logs in real time - Inspect distributed traces and service maps - View and manage monitors and alert policies - Access incident timelines and postmortems - Query APM service performance data - Inspect infrastructure maps and host health - Run synthetic test results analysis - Create dashboards and widgets programmatically Real-world workflow: 1. Deployment triggers an alert 2. Claude queries Datadog for the specific metric spike 3. Pulls correlated logs from the same time window 4. Identifies the root cause from trace data 5. Proposes a fix β€” all within the same conversation The fastest path from "something is wrong" to "here's why and how to fix it."

datadog
monitoring
observability
metrics
logs

Installation steps

  1. 1Copy the config below
  2. 2Open ~/.codeium/windsurf/mcp_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Windsurf

Configuration

File location: ~/.codeium/windsurf/mcp_config.json

mcp_config.jsonjson
{
  "datadogMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@datadog/mcp-server"
    ],
    "env": {
      "DATADOG_API_KEY": "your_api_key",
      "DATADOG_APP_KEY": "your_app_key",
      "DATADOG_SITE": "datadoghq.com"
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Datadog MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/datadog-mcp)](https://curatedmcp.com/marketplace/datadog-mcp)

Related servers