Datadog MCP Server
MCP ServerFreeQuery Datadog metrics, logs, and monitors via MCP.
Capabilities10 decomposed
mcp-native metric querying with datadog api integration
Medium confidenceExposes Datadog's metric query API through MCP protocol, allowing Claude and other MCP clients to execute time-series queries against Datadog's metric backend. Translates MCP tool calls into authenticated Datadog API requests, handling query parameter serialization, time window specification, and metric aggregation options. Returns structured time-series data with timestamps and values for downstream analysis or visualization.
Implements MCP protocol binding for Datadog metrics, allowing direct metric queries from Claude without custom integrations; handles Datadog-specific query syntax (e.g., tag filtering, aggregation functions) transparently within MCP tool schema
Tighter integration than generic REST API wrappers because it understands Datadog's metric query language and exposes high-level aggregation options directly as MCP tool parameters
monitor listing and status retrieval with filtering
Medium confidenceEnumerates all monitors configured in a Datadog account and retrieves their current status, alert state, and configuration details. Implements pagination to handle accounts with hundreds of monitors, supports filtering by monitor type (metric, log, APM, etc.), status, and tags. Returns structured monitor metadata including thresholds, notification channels, and last-triggered timestamps for decision-making.
Exposes Datadog's monitor API with built-in filtering and pagination abstraction, allowing Claude to query monitors by type/status/tags without manual API pagination logic; caches monitor list in MCP session to reduce repeated API calls
More discoverable than raw API docs because MCP tool schema makes filter options explicit; pagination is handled transparently, unlike REST clients that require manual offset/limit management
log search with full-text and structured filtering
Medium confidenceExecutes log queries against Datadog's log aggregation backend using Datadog's query language (DQL or legacy Lucene syntax). Supports full-text search, field-based filtering (service, environment, host, status code), time range specification, and result sorting. Returns paginated log entries with parsed fields, timestamps, and source metadata for investigation and analysis.
Wraps Datadog's log search API with MCP tool interface, abstracting query syntax and pagination; supports both DQL and Lucene syntax detection to handle legacy and modern Datadog accounts transparently
More accessible than Datadog UI for programmatic log queries; Claude can construct complex queries based on context without requiring users to learn DQL syntax
apm trace retrieval and span analysis
Medium confidenceQueries Datadog APM (Application Performance Monitoring) to retrieve distributed traces and individual spans for a service. Supports filtering by service name, operation name, trace status (error/success), duration thresholds, and custom tags. Returns trace hierarchies with span timing, resource names, and error details for performance analysis and debugging.
Exposes Datadog's trace search API through MCP, allowing Claude to query distributed traces without manual API calls; handles trace hierarchy reconstruction and span relationship traversal transparently
More intuitive than raw trace API because MCP tool parameters map to common debugging questions (slow traces, error traces) rather than requiring manual filter construction
dashboard retrieval and widget configuration inspection
Medium confidenceLists dashboards in a Datadog account and retrieves their full configuration, including widget definitions, metric queries, and layout information. Supports filtering by dashboard type (custom, service overview, etc.) and tags. Returns dashboard metadata and widget definitions in JSON format for analysis or programmatic dashboard generation.
Provides MCP interface to Datadog dashboard API, allowing Claude to inspect and reason about dashboard configurations; enables dashboard-as-code workflows by exposing widget definitions in structured format
More programmatic than Datadog UI for dashboard analysis; Claude can extract patterns from multiple dashboards and suggest optimizations or consolidations
event stream querying and correlation
Medium confidenceRetrieves events from Datadog's event stream, supporting filtering by event type (monitor alert, deployment, custom event), source, tags, and time range. Returns event metadata including timestamp, title, text, and associated tags for timeline analysis and incident correlation.
Exposes Datadog's event API through MCP, enabling Claude to correlate events with metrics and logs for holistic incident analysis; supports filtering by event type and source for targeted queries
More integrated than separate metric/log/event queries because Claude can correlate across all three data types in a single conversation
downtime scheduling and management
Medium confidenceCreates, updates, and lists downtime windows in Datadog, allowing suppression of alerts during maintenance or known issues. Supports recurring downtime schedules, scope filtering by monitor tags or specific monitors, and timezone-aware scheduling. Returns downtime configuration and status for audit and compliance tracking.
Provides MCP interface to Datadog downtime API, enabling Claude to schedule alert suppression programmatically; supports both one-time and recurring downtime with timezone awareness
More flexible than manual downtime scheduling in Datadog UI because Claude can reason about maintenance windows and automatically suppress related alerts based on context
custom metric submission and ingestion
Medium confidenceSubmits custom metrics to Datadog via the metrics API, supporting gauge, counter, histogram, and distribution metric types. Handles metric naming, tagging, and timestamp specification. Enables programmatic metric generation from Claude-driven workflows for custom monitoring scenarios.
Exposes Datadog's metrics API through MCP, allowing Claude to submit custom metrics as part of automation workflows; handles metric type selection and tag formatting transparently
More integrated than external metric submission tools because Claude can reason about what metrics to submit based on incident context or workflow state
service catalog and dependency mapping
Medium confidenceRetrieves service definitions from Datadog's service catalog, including service metadata, dependencies, owners, and tags. Supports filtering by team, environment, or custom tags. Returns service relationship information for understanding system architecture and ownership.
Provides MCP interface to Datadog service catalog API, enabling Claude to reason about service ownership and dependencies; supports filtering by team or environment for targeted queries
More accessible than manual service documentation because Claude can query service relationships and ownership programmatically
incident creation and management
Medium confidenceCreates and updates incidents in Datadog's incident management system, supporting severity levels, status transitions, and team assignment. Integrates with Datadog's incident workflow to enable programmatic incident creation from Claude-driven automation. Returns incident metadata and status for tracking.
Exposes Datadog's incident management API through MCP, enabling Claude to create and manage incidents as part of automated workflows; integrates with Datadog's incident lifecycle for centralized incident tracking
More integrated than external incident creation tools because Claude can reason about incident severity and assignment based on detection context
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.
datadog-mcp-server
MCP Server for Datadog API
@winor30/mcp-server-datadog
MCP server for interacting with 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
@dynatrace-oss/dynatrace-mcp-server
Model Context Protocol (MCP) server for Dynatrace
mcp.natoma.ai
** – A Hosted MCP Platform to discover, install, manage and deploy MCP servers by **[Natoma Labs](https://www.natoma.ai)**
Best For
- ✓DevOps engineers debugging production issues in real-time with Claude assistance
- ✓SREs building incident response workflows that need live metric context
- ✓Platform teams automating observability queries into LLM-driven dashboards
- ✓On-call engineers quickly assessing monitor coverage during incidents
- ✓Automation engineers building monitor-aware incident response workflows
- ✓Teams auditing monitor configuration and coverage across environments
- ✓SREs investigating production incidents by correlating logs with metrics
- ✓Developers debugging application behavior using structured log queries
Known Limitations
- ⚠Query latency depends on Datadog API response time (typically 1-3 seconds); not suitable for sub-second metric polling
- ⚠Metric retention and granularity limited by Datadog subscription tier; custom metrics may have 15-minute minimum granularity
- ⚠No built-in caching — repeated queries for identical time windows re-hit the API
- ⚠Pagination required for accounts with >100 monitors; default page size may require multiple API calls
- ⚠Monitor status is point-in-time; does not stream real-time alert state changes
- ⚠Complex monitor configurations (composite monitors, custom metrics) may have truncated descriptions in list view
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
Search the Supabase docs for up-to-date guidance and troubleshoot errors quickly. Manage organizations, projects, databases, and Edge Functions, including migrations, SQL, logs, advisors, keys, and type generation, in one flow. Create and manage development branches to iterate safely, confirm costs
Compare →AI-optimized web search and content extraction via Tavily MCP.
Compare →Scrape websites and extract structured data via Firecrawl MCP.
Compare →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 →