MCP Datadog Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATADOG_SITE | No | Datadog site (e.g., datadoghq.com, datadoghq.eu, us3.datadoghq.com). | datadoghq.com |
| DATADOG_API_KEY | Yes | Your Datadog API key. | |
| DATADOG_APP_KEY | Yes | Your Datadog application key. | |
| MCP_SLOW_TOOL_MS | No | Threshold in milliseconds to mark a tool call as slow. | 2000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_metricsA | Query Datadog metrics data for a specified time range. Returns time-series data with values aggregated over the specified period. |
| get_metric_metadataA | Retrieve metadata about a Datadog metric including units, description, tags, and integration information. |
| list_metricsA | List available Datadog metrics, optionally filtered by a search query. Useful for discovering what metrics are available in your environment. |
| search_logsB | Search Datadog logs with filters and a time range. Returns log entries matching the query, useful for debugging and log analysis. |
| get_log_detailsA | Get detailed information about a specific log entry. Returns full log data including all attributes and metadata. |
| aggregate_logsB | Aggregate log data for a time range using the specified aggregation type (count, avg, percentile, min, max, sum). Useful for statistical analysis of logs. |
| search_eventsA | Search for events in Datadog. Events can include monitor alerts, deployments, integrations, and custom events. Useful for understanding system changes and incidents. |
| get_event_detailsA | Get detailed information about a specific event. Returns full event data including timestamps, comments, and metadata. |
| list_monitorsB | List all Datadog monitors with optional filtering by status and tags. Useful for getting an overview of all monitors in your account. |
| get_monitor_statusA | Get detailed status information for a specific monitor, including alert status, downtime information, and historical state changes. |
| search_monitorsA | Search for monitors by name or other criteria. Useful for finding specific monitors when you don't remember the exact ID. |
| query_tracesA | Query Datadog APM traces for a service. Returns trace data with latency information and span details. Useful for performance debugging. |
| get_service_healthA | Get health metrics for a service including latency, error rate, and throughput. Useful for monitoring service performance and health status. |
| get_apm_service_dependenciesA | Get the APM service dependency map for a service over a time range, showing which services it calls and which services call it based on trace data. Useful for understanding service interactions. |
| get_service_dependenciesB | Get service dependencies for a given environment. Returns all services and their relationships in the specified environment. Useful for understanding service architecture and dependencies. |
| get_service_dependencies_multi_envA | Get service dependencies across multiple environments. Returns service relationships for each specified environment, useful for comparing architectures across prod, staging, dev, etc. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/micaelmalta/mcp-server-datadog'
If you have feedback or need assistance with the MCP directory API, please join our Discord server