Datadog MCP Server
MCP ServerFreeQuery Datadog metrics, logs, and monitors via MCP.
Capabilities10 decomposed
time-series metric querying with datadog query language
Medium confidenceExecutes Datadog metric queries using the native Datadog Query Language (DQL) through the MCP protocol, translating natural language requests into structured metric API calls. Supports aggregation functions, time-range specifications, and multi-metric comparisons by parsing user intent and constructing properly-formatted Datadog API requests that return time-series data points with timestamps and values.
Exposes Datadog's native Query Language (DQL) through MCP's tool-use interface, allowing LLM agents to construct complex metric queries with aggregations and filters without requiring manual API endpoint knowledge. Translates semantic user intent directly into DQL syntax rather than using simplified query builders.
More expressive than generic monitoring APIs because it leverages Datadog's full DQL syntax for complex aggregations and multi-metric correlations, while remaining simpler than direct REST API calls by abstracting authentication and request formatting.
monitor state and alert rule retrieval
Medium confidenceLists and retrieves detailed configuration of Datadog monitors (alert rules) including thresholds, notification channels, and current alert status. Implements pagination to handle large monitor inventories and filters monitors by type (metric, log, APM, synthetic) and status (triggered, ok, no data) by calling the Datadog monitors API endpoint and parsing the response into structured alert rule objects.
Provides structured access to monitor configurations through MCP, enabling LLM agents to understand alert rule logic and thresholds programmatically. Includes pagination handling and multi-filter support (status, type, tags) built into the tool interface rather than requiring manual API pagination.
More accessible than raw Datadog API for agents because it abstracts pagination and response parsing, while providing richer context than webhook-based alert notifications by including full monitor configuration and historical status.
log search and filtering with datadog query syntax
Medium confidenceSearches logs stored in Datadog using the Datadog Log Query Language, supporting field-based filtering, boolean operators, and faceted aggregations. Translates natural language search intents into structured log queries, handles pagination of large result sets, and returns log entries with parsed fields, timestamps, and source metadata. Implements facet extraction to enable drill-down analysis on specific log attributes.
Exposes Datadog's native Log Query Language through MCP, allowing agents to construct complex log searches with boolean operators and faceted aggregations without manual query syntax knowledge. Includes built-in pagination and facet extraction for exploratory log analysis.
More powerful than simple keyword search because it supports Datadog's full query syntax (field filters, boolean operators, facets), while remaining simpler than direct API calls by handling authentication and response parsing automatically.
distributed trace retrieval and span analysis
Medium confidenceRetrieves distributed traces and individual spans from Datadog APM, supporting filtering by service, operation, trace ID, and span tags. Constructs trace queries using Datadog's trace query syntax and returns hierarchical span data including timing, error status, and custom tags. Enables correlation between traces and other observability signals (metrics, logs) through shared trace IDs and service names.
Provides programmatic access to Datadog's distributed trace data through MCP, enabling agents to traverse span hierarchies and correlate traces with metrics/logs. Handles trace query construction and pagination automatically, abstracting the complexity of Datadog's trace query syntax.
More comprehensive than simple span lookup because it supports complex trace filtering and returns full hierarchical span data, while remaining more accessible than raw Datadog API by handling authentication and response parsing.
dashboard creation and configuration management
Medium confidenceCreates, updates, and retrieves Datadog dashboards through the MCP interface, supporting widget configuration (graphs, tables, heatmaps), layout management, and dashboard templating. Translates high-level dashboard specifications into Datadog dashboard JSON schema, handles widget positioning and sizing, and manages dashboard permissions and sharing settings through API calls.
Enables programmatic dashboard creation through MCP, allowing agents to generate custom dashboards based on detected metrics or user intent. Abstracts Datadog's dashboard JSON schema, enabling higher-level dashboard specifications without manual schema knowledge.
More flexible than pre-built dashboard templates because it supports dynamic widget generation based on available metrics, while remaining simpler than manual Datadog UI by automating layout and configuration management.
event stream querying and incident timeline reconstruction
Medium confidenceRetrieves events from Datadog's event stream, including monitor alerts, deployments, and custom events, filtered by time range, source, and tags. Reconstructs incident timelines by correlating events with metrics and logs, enabling chronological analysis of system state changes. Supports event aggregation and deduplication to identify related incidents.
Provides structured access to Datadog's event stream through MCP, enabling agents to reconstruct incident timelines by correlating events with metrics and logs. Includes built-in event filtering and aggregation to reduce noise and identify causal relationships.
More useful for incident analysis than raw event APIs because it supports timeline reconstruction and event correlation, while remaining simpler than manual log analysis by providing pre-structured event data.
tag-based resource discovery and inventory querying
Medium confidenceQueries Datadog's tag infrastructure to discover hosts, services, and metrics by tag filters, enabling dynamic resource inventory and dependency mapping. Returns tagged resource lists with metadata (host status, service dependencies, metric availability) and supports hierarchical tag queries (e.g., 'env:prod AND service:payment-api'). Enables agents to dynamically identify relevant resources without hardcoded resource lists.
Exposes Datadog's tag infrastructure as a discovery mechanism through MCP, enabling agents to dynamically identify relevant resources without hardcoded lists. Supports hierarchical tag queries and returns resource metadata for context-aware resource selection.
More flexible than static resource lists because it dynamically discovers resources based on tags, while remaining simpler than manual infrastructure queries by providing pre-indexed tag data.
synthetic test execution and result retrieval
Medium confidenceExecutes Datadog synthetic tests (API, browser, multi-step) and retrieves test results including response times, error details, and assertion failures. Supports on-demand test execution and polling for test completion, returning detailed failure information for debugging. Enables agents to validate service availability and functionality programmatically.
Enables on-demand synthetic test execution through MCP, allowing agents to validate service health as part of incident response workflows. Includes result polling and detailed failure information for automated troubleshooting.
More actionable than scheduled synthetic tests because it supports on-demand execution triggered by incidents, while remaining simpler than custom health check scripts by leveraging pre-configured Datadog tests.
incident and service catalog integration
Medium confidenceIntegrates with Datadog's incident management and service catalog APIs to retrieve incident details, service ownership, and on-call schedules. Enables agents to identify incident responders, understand service dependencies, and correlate incidents with service metadata. Supports incident status updates and escalation through the MCP interface.
Integrates incident management and service catalog data through MCP, enabling agents to make intelligent incident routing decisions based on service ownership and on-call schedules. Supports bidirectional incident updates for automated incident response workflows.
More intelligent than simple incident notifications because it includes service ownership and on-call context, while remaining simpler than custom incident routing systems by leveraging Datadog's built-in incident management.
cost analysis and billing data retrieval
Medium confidenceRetrieves Datadog billing and cost data, including per-service costs, usage metrics (ingested logs, indexed spans, custom metrics), and cost trends. Enables cost attribution by service or team and supports cost forecasting based on historical usage patterns. Helps identify cost optimization opportunities by analyzing usage anomalies.
Exposes Datadog's billing and cost data through MCP, enabling agents to perform cost analysis and identify optimization opportunities. Supports cost attribution by service and cost forecasting based on usage trends.
More actionable than raw billing invoices because it provides service-level cost breakdown and usage analysis, while remaining simpler than custom cost allocation systems by leveraging Datadog's built-in billing data.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with Datadog MCP Server, ranked by overlap. Discovered automatically through the match graph.
@winor30/mcp-server-datadog
MCP server for interacting with Datadog API
datadog-mcp-server
MCP Server for Datadog API
@winor30/mcp-server-datadog
MCP server for interacting with Datadog API
@dynatrace-oss/dynatrace-mcp-server
Model Context Protocol (MCP) server for Dynatrace
Dash0
** - Navigate your OpenTelemetry resources, investigate incidents and query metrics, logs and traces on [Dash0](https://www.dash0.com/).
@dynatrace-oss/dynatrace-mcp-server
Model Context Protocol (MCP) server for Dynatrace
Best For
- ✓DevOps engineers building observability dashboards
- ✓SREs investigating performance anomalies programmatically
- ✓AI agents autonomously monitoring system health
- ✓On-call engineers triaging incidents and understanding alert context
- ✓Platform teams auditing monitor configurations across multiple services
- ✓AI agents building incident response workflows
- ✓On-call engineers debugging production issues using logs
- ✓AI agents performing root cause analysis by correlating logs with metrics and traces
Known Limitations
- ⚠Query complexity limited by Datadog API rate limits (default 300 requests/minute per org)
- ⚠Time-range queries limited to 1-year historical lookback for most metric types
- ⚠No built-in caching — repeated identical queries hit API each time, adding latency
- ⚠Custom metrics require pre-instrumentation in application code; cannot query undefined metrics
- ⚠Monitor list endpoint returns up to 100 monitors per page; large organizations may require multiple paginated requests
- ⚠Alert status reflects current state only; historical alert state transitions require separate event API calls
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
Community MCP server for Datadog monitoring and analytics. Enables querying metrics, listing monitors, searching logs, retrieving trace data, and managing dashboards through the Datadog API.
Categories
Alternatives to Datadog MCP Server
Are you the builder of Datadog MCP Server?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →