Datadog MCP
UpDatadog's official hosted MCP server lets an agent search logs, metrics, APM spans and security signals, and create monitors — without writing Datadog's own query language. It connects via OAuth through your Datadog account, with limits of 50 requests per 10 seconds and 50,000 tool calls per month. Useful for triaging incidents right from chat.
Why this server
- Search logs, metrics, APM spans and security signals with one toolset
- create_datadog_monitor sets up an alert straight from chat, no web-UI form needed
- A hosted server with OAuth — connect in a couple of clicks, no keys on the agent side
- search_datadog_security_signals works without opening the separate Cloud SIEM product
Usage examples
Prompt: Find 500 errors in production logs over the last hour and show related traces
Result: search_datadog_logs found the 500-status entries, and apm_search_spans by trace_id returned the related spans with request details.
Prompt: Create a monitor for API latency exceeding 500ms for 5 minutes
Result: get_datadog_metric checked the current metric value, and create_datadog_monitor set up the alert with the right threshold and window.
Health
1 reports in the last 30 days · Last report: 25 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-25 | 1 | 0 | 0 |
Reviews
No reviews yet.