MCP server

Datadog

MCP

Official Datadog MCP. Metrics, logs, traces.

Datadog’s own server. Install the official CLI, or add the site-specific HTTP endpoint from their docs. Wrappers are not this listing.

latest·Proprietary·Updated this quarter·github.com/DataDog·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "datadog": {
      "command": "bash",
      "args": [
        "-lc",
        "datadog_mcp_cli"
      ]
    }
  }
}

By Datadog

Spec

What the server actually exposes.

  • query_metrics

    read

    A metric query.

  • query_logs

    read

    Logs in a window.

  • monitors

    read

    Monitors and their state.

Guardrails

  • Official CLI or the site-specific HTTP endpoint
  • OAuth / org token
  • Writes follow org MCP policy

datadog-mcp.mcp/tools

Tools

  • query_metrics

    A metric query.

    read
  • query_logs

    Logs in a window.

    read
  • monitors

    Monitors and their state.

    read

Last call

{ "ok": true,
  "tool": "query_metrics",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.