A Model Context Protocol (MCP) server that provides comprehensive Datadog monitoring capabilities through Claude Desktop and other MCP clients.
Most monitoring and observability work still happens through a UI a human drives. Dd MCP MCP server moves it into the conversation instead. A Model Context Protocol (MCP) server that provides comprehensive Datadog monitoring capabilities through Claude Desktop and other MCP clients.
The server publishes 13 tools. What each one is for:
Recommendations — See GitHub releases for all available versionslist_ci_pipelines — Lists all CI pipelines registered in Datadog with filtering optionsget_pipeline_fingerprints — Extracts pipeline fingerprints for use in Terraform service definitionslist_metrics — Lists all available metrics from Datadog for metric discoveryget_metrics — Queries any Datadog metric with flexible filtering and aggregationget_metric_fields — Retrieves all available fields (tags) for a specific metricget_metric_field_values — The get_metric_field_values tool exposed by this serverlist_service_definitions — Lists all service definitions from Datadog with pagination and filteringget_service_definition — Retrieves the definition of a specific service with detailed metadataget_service_logs — Retrieves service logs with comprehensive filtering capabilitieslist_monitors — Lists all Datadog monitors with comprehensive filtering optionslist_slos — Lists Service Level Objectives (SLOs) from Datadog with filtering capabilitiesThe server ships on PyPI as Direct, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Configuration is passed through the environment: DD_API_KEY, DD_APP_KEY, DD_SITE. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Dd MCP's toolset — Recommendations, list_ci_pipelines, get_pipeline_fingerprints and 10 more — is a fair guide to whether it matches your workflow. It is maintained by magistersart; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Recommendations | See [GitHub releases](https://github.com/shelfio/datadog-mcp/releases) for all available versions. |
| list_ci_pipelines | Lists all CI pipelines registered in Datadog with filtering options. |
| get_pipeline_fingerprints | Extracts pipeline fingerprints for use in Terraform service definitions. |
| list_metrics | Lists all available metrics from Datadog for metric discovery. |
| get_metrics | Queries any Datadog metric with flexible filtering and aggregation. |
| get_metric_fields | Retrieves all available fields (tags) for a specific metric. |
| get_metric_field_values | The get_metric_field_values tool exposed by this server. |
| list_service_definitions | Lists all service definitions from Datadog with pagination and filtering. |
| get_service_definition | Retrieves the definition of a specific service with detailed metadata. |
| get_service_logs | Retrieves service logs with comprehensive filtering capabilities. |
| list_monitors | Lists all Datadog monitors with comprehensive filtering options. |
| list_slos | Lists Service Level Objectives (SLOs) from Datadog with filtering capabilities. |
| get_teams | The get_teams tool exposed by this server. |
{
"mcpServers": {
"datadog": {
"command": "uvx",
"args": ["--from", "git+https://github.com/shelfio/datadog-mcp.git", "datadog-mcp"],
"env": {
"DD_API_KEY": "your-datadog-api-key",
"DD_APP_KEY": "your-datadog-application-key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DD_API_KEY | Credential the server authenticates with. | Yes |
| DD_APP_KEY | Credential the server authenticates with. | Yes |
| DD_SITE | Configuration value read at startup. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.