Analytics
Verified
Trust: 54/100 (Fair)Datadog MCP Guide
Query Datadog metrics, logs, and traces. Create monitors and dashboards programmatically.
389 stars 12,100 downloadsby Datadog
Quick Start
Install
npx @mcp/datadogClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"datadog-mcp": {
"command": "npx",
"args": [
"@mcp/datadog"
]
}
}
}What Datadog MCP Can Do
query_metrics
Query time-series metrics
search_logs
Search and filter logs
manage_monitors
Create and manage monitors
Permissions Required
Datadog MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
datadog.read | Read Datadog data | low |
datadog.write | Create monitors and dashboards | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |