Datadog
The Datadog connector indexes monitor definitions into the local SQLite index and exposes read tools for monitors and incidents. Read-only — there are no write tools today.
What’s indexed
Section titled “What’s indexed”- Service id:
datadog - Item types:
monitor
Authenticate
Section titled “Authenticate”nimbus connector auth datadogStored in the Vault as datadog.api_key, datadog.app_key, and datadog.site and injected at spawn as DD_API_KEY, DD_APP_KEY, DD_SITE. The MCP server uses the DD-API-KEY and DD-APPLICATION-KEY headers.
Read tools (no HITL)
Section titled “Read tools (no HITL)”| Tool | Purpose |
|---|---|
| datadog_incident_list | List incidents (Incidents v2 API). |
| datadog_monitor_list | List monitors. |
Write tools (HITL-gated)
Section titled “Write tools (HITL-gated)”No write tools — this connector is read-only.
Platform notes
Section titled “Platform notes”DD_SITEselects the regional API host. Defaults todatadoghq.com. Set it todatadoghq.eu,us3.datadoghq.com, etc. for non-US regions. The sync handler reads the site from the Vault; the MCP server reads it from the env var.