LogoSTMCP
Download
datadog-mcp-server

Datadog MCP Server

A Model Context Protocol (MCP) server for interacting with Datadog API, providing access to monitoring, dashboards, metrics, events, logs, and incidents with comprehensive error handling.

Tools

1. get-monitors

Fetch monitors with optional filtering.

2. get-monitor

Get details of a specific monitor by ID.

3. get-dashboards

List all dashboards.

4. get-dashboard

Get a specific dashboard by ID.

5. get-metrics

List available metrics.

6. get-metric-metadata

Get metadata for a specific metric.

7. get-events

Fetch events within a time range.

8. get-incidents

List incidents with optional filtering.

9. search-logs

Search logs with advanced query filtering.

10. aggregate-logs

Perform analytics and aggregations on log data.

Open Graph image for Datadog MCP Server

JSON Config

{
  "mcpServers": {
    "datadog": {
      "command": "npx",
      "args": [
        "datadog-mcp-server",
        "--apiKey",
        "<YOUR_API_KEY>",
        "--appKey",
        "<YOUR_APP_KEY>",
        "--site",
        "<YOUR_DD_SITE>(e.g us5.datadoghq.com)"
      ]
    }
  }
}

Useful Links

Information