Best for
- Ops and SRE teams using Claude Desktop who need read-only access to Datadog data
- Developers who want monitors, logs, and metrics queries inside LLM workflows
- Teams practicing least privilege who can scope their Application Keys
A community-maintained MCP server, documented in the README, offering read-only access to monitors, dashboards, metrics, events, logs, and incidents via Datadog's official APIs. The tool set is clear, regional endpoints and scoped keys are supported, and security guidance is sensible — but it is a third-party project with no write capabilities.
Datadog MCP Server is a Model Context Protocol server that provides read-only access to monitors, dashboards, metrics, events, logs, and incident data through Datadog's official v1 and v2 APIs. It supports multiple Datadog regional endpoints (US, EU, US3, US5, AP1) and separate endpoints for logs and metrics. Configuration is via environment variables (DD_API_KEY, DD_APP_KEY, DD_SITE, etc.) or command-line arguments. This is a community-maintained project (GeLi2001/datadog-mcp-server), not an official Datadog product, licensed under MIT.
{"mcpServers":{"datadog":{"command":"npx","args":["datadog-mcp-server","--apiKey","<YOUR_API_KEY>","--appKey","<YOUR_APP_KEY>","--site","<YOUR_DD_SITE>"]}}}