Observability

Datadog MCP

@winor30/mcp-server-datadog exposes Datadog API workflows to MCP clients—query metrics and logs, inspect monitors, and support incident response from your coding agent.

Stars

142

Installs

25.0k

License

Apache-2.0

Kind

MCP

Trust evidence

Catalogued

Catalogued MCP with public repository metadata. Not a verified endorsement.

  • Stars: 142 · catalog
  • Freshness: Updated 2026-05-01
  • Used in 2 known stacks

Prerequisites

  • · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
  • · Environment: DATADOG_API_KEY
  • · Environment: DATADOG_APP_KEY
  • · Node.js 18+

Reference command

{
  "mcpServers": {
    "datadog": {
      "command": "npx",
      "args": ["-y", "@winor30/mcp-server-datadog"],
      "env": {
        "DATADOG_API_KEY": "<YOUR_API_KEY>",
        "DATADOG_APP_KEY": "<YOUR_APP_KEY>"
      }
    }
  }
}

Often stacked with

Stacks that include this