Skip to Content

Datadog MCP

Query metrics, search logs, manage monitors and incidents, and get SLO status from Datadog.

Overview

Catalog IDmcp-datadog
Categoryobservability
Auth methodAPI key
Blast radiusread-only
TrustVerified — published by cendriix
Version1.2.0
Regionsus-east-1, eu-west-1, ap-southeast-1

Tools

ToolDescription
query_metricsQuery Datadog metrics using the metrics query language.
list_monitorsList Datadog monitors.
get_logsSearch Datadog logs.
mute_monitorMute a Datadog monitor.
create_incidentCreate a Datadog incident.

Tool parameters

query_metrics

Query Datadog metrics using the metrics query language.

ParameterTypeDescription
querystringrequiredDatadog metrics query (e.g. ‘avg:system.cpu.user{*}‘)
fromnumberrequiredStart time as UNIX epoch seconds
tonumberrequiredEnd time as UNIX epoch seconds
sitestringoptionalDatadog site (default: datadoghq.com)

list_monitors

List Datadog monitors.

ParameterTypeDescription
sitestringoptionalDatadog site (default: datadoghq.com)

get_logs

Search Datadog logs.

ParameterTypeDescription
querystringrequiredLog search query
fromstringrequiredStart time (ISO 8601)
tostringrequiredEnd time (ISO 8601)
sitestringoptionalDatadog site (default: datadoghq.com)

mute_monitor

Mute a Datadog monitor.

ParameterTypeDescription
monitorIdnumberrequiredMonitor ID to mute
sitestringoptionalDatadog site (default: datadoghq.com)

create_incident

Create a Datadog incident.

ParameterTypeDescription
titlestringrequiredIncident title
severitystringoptionalSeverity level
commanderobjectoptionalIncident commander {handle}
notification_handlesarrayoptionalHandles to notify

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Datadog and click Install
  3. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
  4. Click Test Connection to run a health check and list available tools

Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.

Blast radius

This MCP is classified read-only, and most of its tools only read data. Note that it does expose tools that write back to the connected service: mute_monitor, create_incident.

Review these against your own change-management policy before installing, and use Policies to gate them if agents should not perform those actions unattended.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on