Odel
datadog mcp server

datadog mcp server

Local
@tantiope5TypeScriptApache-2.0Updated Yesterday

Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdatadog-mcpv1.0.9

Run

npx -y datadog-mcp

MCP client config

{
  "mcpServers": {
    "datadog-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "datadog-mcp"
      ]
    }
  }
}