Datadog MCP Server Integration
Connect FlowHunt to Datadog for AI-powered monitoring, metrics, logs, and incident management through the Datadog MCP Server.

What does “Datadog” MCP Server do?
The Datadog MCP Server is a Model Context Protocol (MCP) server designed to bridge AI assistants and the official Datadog API. By acting as an intermediary, it enables AI-based tools and agents to access, query, and manage monitoring data, dashboards, metrics, events, logs, and incidents from Datadog accounts. This integration empowers developers and operators to automate monitoring tasks, perform advanced queries, and interact with Datadog resources directly from their AI workflows or assistants. The server supports both Datadog v1 and v2 APIs, providing comprehensive access to service endpoints, enhanced error handling, and the ability to specify regional or service-specific endpoints for logs and metrics. Ultimately, it streamlines workflows related to observability and incident management by making Datadog’s capabilities accessible within broader AI-driven automation and development environments.
List of Prompts
No explicit prompt templates are mentioned in the available documentation or code.
List of Resources
- Monitoring data — Access monitor data and configurations from Datadog.
- Dashboards — Retrieve and view dashboard definitions stored in Datadog.
- Metrics — Query available metrics and their metadata from Datadog’s API.
- Events — Search and retrieve Datadog events within defined timeframes.
- Logs — Search logs with advanced filtering and sorting options from Datadog.
List of Tools
No explicit list of tools (as MCP tools) is available in the documentation or server source tree as presented. The functionalities (monitoring, dashboards, etc.) are likely implemented as tools, but are not enumerated as discrete MCP tools in the documentation.
Use Cases of this MCP Server
- Monitoring Automation: Automate the retrieval and management of monitor configurations, enabling instant insights and rapid responses to changes in system health.
- Dashboard Exploration: Seamlessly fetch and review dashboard definitions, making it easier for AI agents or users to analyze, share, and update monitoring dashboards.
- Metric Analysis: Query and analyze a wide range of metrics and metadata, supporting detailed performance investigations, anomaly detection, or custom visualization generation.
- Incident & Event Management: Search and retrieve events or incident data, allowing AI workflows to automate incident review, escalate issues, or summarize postmortems.
- Log Search and Filtering: Execute advanced log queries with filtering and sorting, facilitating real-time troubleshooting and root cause analysis via AI-driven tools.
How to set it up
Windsurf
No explicit Windsurf setup instructions are given in the documentation.
Claude
- Ensure you have Node.js (v16+) and a Datadog account with API and Application keys.
- Install the package globally or use
npx
. - Locate your
claude_desktop_config.json
configuration file. - Add the Datadog MCP server configuration under the
mcpServers
object:{ "mcpServers": { "datadog": { "command": "npx", "args": [ "datadog-mcp-server", "--apiKey", "<YOUR_API_KEY>", "--appKey", "<YOUR_APP_KEY>", "--site", "<YOUR_DD_SITE>(e.g us5.datadoghq.com)" ] } } }
- Save the file and restart Claude Desktop to apply the changes.
Advanced configuration with service-specific endpoints:
{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"datadog-mcp-server",
"--apiKey", "<YOUR_API_KEY>",
"--appKey", "<YOUR_APP_KEY>",
"--site", "<YOUR_DD_SITE>",
"--logsSite", "<YOUR_LOGS_SITE>",
"--metricsSite", "<YOUR_METRICS_SITE>"
]
}
}
}
Securing API Keys using environment variables:
{
"mcpServers": {
"datadog": {
"command": "npx",
"args": [
"datadog-mcp-server"
],
"env": {
"DD_API_KEY": "<YOUR_API_KEY>",
"DD_APP_KEY": "<YOUR_APP_KEY>"
}
}
}
}
Cursor
No explicit Cursor setup instructions are given in the documentation.
Cline
No explicit Cline setup instructions are given in the documentation.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"datadog": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent can use this MCP as a tool with access to all its functions and capabilities. Remember to change “datadog” to the actual name of your MCP server and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates listed |
List of Resources | ✅ | Monitoring, Dashboards, Metrics, Events, Logs |
List of Tools | ⛔ | Not explicitly enumerated as MCP tools |
Securing API Keys | ✅ | Env vars and JSON config examples provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Roots support: ⛔ (Not mentioned)
Based on the completeness of the documentation, presence of setup instructions for Claude, and resource listing, but lack of prompt templates, MCP-tool enumeration, and Roots/Sampling support, we would rate this MCP server as moderately mature and ready for practical integration in AI workflows.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 5 |
Number of Stars | 45 |
Frequently asked questions
- What is the Datadog MCP Server?
The Datadog MCP Server is a Model Context Protocol server that connects AI agents and workflows to Datadog’s API, enabling automated access to monitoring data, dashboards, metrics, logs, and incident resources.
- Which Datadog resources can I access through this integration?
You can access monitors, dashboards, metrics (and their metadata), events, and logs from your Datadog account, enabling comprehensive observability and incident management within AI-driven workflows.
- How do I secure my Datadog API keys in the configuration?
You can secure your API and Application keys by using environment variables in your MCP server configuration, as shown in the setup examples.
- Are prompt templates or explicit MCP tools provided?
No explicit prompt templates or tool enumerations are provided in the current documentation. The main functionalities are accessed via API resource endpoints.
- What are the primary use cases for the Datadog MCP Server?
Primary use cases include monitoring automation, dashboard exploration, metric analysis, incident and event management, and advanced log search/filtering via AI agents.
Integrate Datadog with FlowHunt
Unlock seamless AI-driven observability by connecting Datadog to your FlowHunt workflows. Automate monitoring, query metrics, and manage incidents directly from your AI agents.