Skip to content

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.


  • Service id: datadog
  • Item types: monitor
Terminal window
nimbus connector auth datadog

Stored 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.

| Tool | Purpose | |---|---| | datadog_incident_list | List incidents (Incidents v2 API). | | datadog_monitor_list | List monitors. |

No write tools — this connector is read-only.

  • DD_SITE selects the regional API host. Defaults to datadoghq.com. Set it to datadoghq.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.