mcp-server-datadog

by winor30
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATADOG_SITENoThe Datadog site (e.g. datadoghq.eu)
DATADOG_API_KEYYesYour Datadog API key
DATADOG_APP_KEYYesYour Datadog Application key

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_incidents

Get incidents from Datadog

get_incident

Get an incident from Datadog

get_metrics

Get metrics data from Datadog

get_logs

Search and retrieve logs from Datadog

get_monitors

Get monitors status from Datadog

list_dashboards

Get list of dashboards from Datadog

list_traces

Get APM traces from Datadog

mute_host

Mute a host in Datadog

unmute_host

Unmute a host in Datadog

list_hosts

Get list of hosts from Datadog

get_active_hosts_count

Get the total number of active hosts in Datadog (defaults to last 5 minutes)

list_downtimes

List scheduled downtimes from Datadog

schedule_downtime

Schedule a downtime in Datadog

cancel_downtime

Cancel a scheduled downtime in Datadog