Skip to content
Datadog MCP Server

Datadog MCP Server

MIT
observabilitymonitoringlogsmetricstracesincidentsdatadog

Summary

Datadog's official managed MCP server — query logs, metrics, traces, incidents and dashboards from an AI agent, inside your existing Datadog permissions.

Features

  • Managed endpoint hosted by Datadog — nothing to deploy or update
  • Query logs, metrics, traces, incidents and dashboards as MCP tools
  • Runs inside your existing Datadog permissions and governance controls
  • Regional endpoints (US1, EU and other Datadog sites)
  • HTTP transport, compatible with any standards-compliant MCP client
  • Reference agents built on the Claude Agent SDK included in the repo

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Datadog MCP Server" tools will be available.
{
  "mcpServers": {
    "datadog": {
      "command": "https://mcp.datadoghq.com/v1/mcp"
    }
  }
}

Description

Debugging with an agent breaks down at the moment it needs to know what production is actually doing. Datadog's MCP server closes that gap: it is a managed, Datadog-hosted endpoint that exposes the observability platform as MCP tools, so an agent can pull the logs around an error, the metric that spiked, the trace for a slow request, or the open incident — and then act on it — without anyone pasting screenshots into a chat window.

Managed, not self-run

There is no server to deploy. You point an MCP client at https://mcp.datadoghq.com/v1/mcp over HTTP and authenticate; Datadog operates the endpoint. Regional sites have their own hosts — EU customers use mcp.datadoghq.eu — and the same substitution applies to every other Datadog site.

Permissions are the existing ones

Access runs inside Datadog's own security and governance controls rather than alongside them, so an agent sees what the authenticating identity is already entitled to see. That is the difference between handing an agent observability access and handing it a standing API key with unclear scope.

What you can do with it

Investigate an alert end to end: correlate a metric anomaly with the logs and traces around it, check whether an incident is already open, and summarise the blast radius. The repository ships worked examples built on the Claude Agent SDK, including a monitoring agent that investigates issues and posts findings to Slack, with Datadog LLM Observability wired in so the agent's own behaviour is instrumented too.

Client support

Works with any standards-compliant MCP client — Claude Code, Claude Desktop, Cursor, VS Code and others — via HTTP transport. Announced generally available in March 2026.

Related MCP Servers

MCP: Grafana

by Grafana Labs

New

Official Grafana MCP server: search and edit dashboards, query Prometheus, Loki and Pyroscope, and work with alerts, incidents and on-call from an agent.

Cloud & Infrastructure

MCP: Netlify

by Netlify

New

Netlify's official MCP server, wrapping the Netlify API and CLI so agents can create projects, deploy, manage secrets, extensions and access controls.

Cloud & Infrastructure

MCP: Terraform

by HashiCorp

New

HashiCorp's official MCP server for the Terraform Registry, HCP Terraform and Terraform Enterprise — providers, modules, policies and workspace operations.

Cloud & Infrastructure

MCP: DigitalOcean

by DigitalOcean

New

DigitalOcean's official MCP server — deploy apps and manage Droplets, databases, and storage conversationally.

Cloud & Infrastructure
Browse all MCP servers →