Skip to main content
Datadog is a comprehensive monitoring and analytics platform for cloud-scale infrastructure, applications, and logs. The Datadog MCP server lets you monitor infrastructure, query metrics, search logs, manage incidents, and control monitors using natural language.

What Can It Do?

  • Monitor management including create, update, mute, and delete monitors
  • Query metrics with timeseries data and aggregation
  • Search logs with advanced filtering and time ranges
  • Incident management for tracking and coordinating responses
  • Dashboard operations including create, update, and view dashboards
  • Host management including muting and listing infrastructure hosts
  • SLO tracking for service level objectives
  • Synthetic monitoring for proactive testing

Where to Use It

Add Datadog as a tool to any agent. The agent can then monitor your infrastructure conversationally, choosing the right actions based on context. To add an MCP tool to your agent:
  1. Open your agent’s configuration
  2. Click Add toolsConnect an app with MCP
  3. Search for the integration and select it
  4. Enter your Datadog API credentials
You can control which tools your agent has access to. After adding an integration, click on it to enable or disable specific tools based on what your agent needs.

In Workflows (Via Agent Node)

For automated pipelines, use an Agent Node with Datadog tools. This gives you the flexibility of an agent within a deterministic workflow.

As a Custom MCP Node

You can also create a standalone MCP node for a specific action. This generates a reusable node that performs one task, useful when you need the same operation repeatedly in workflows.
To create a custom MCP node:
  1. Go to your node library and search for the integration
  2. Click Create a node with AI
  3. Describe the specific action you want (e.g., “List all monitors in alert state”)
  4. Test the node and save it for reuse
Custom MCP nodes are single-purpose by design. For tasks that require multiple steps or dynamic decision-making, use an agent instead.

Authentication

Datadog uses API key authentication. When connecting your Datadog account, you’ll need to provide:
  • API Key: Your Datadog API key for authentication
  • Application Key: Your Datadog Application key for authorization
  • Site: Your Datadog site (e.g., datadoghq.com, datadoghq.eu, us3.datadoghq.com)
To create API and Application keys:
  1. Log in to your Datadog account
  2. Navigate to Organization SettingsAPI Keys to create an API key
  3. Navigate to Organization SettingsApplication Keys to create an Application key
  4. Copy both keys and your site URL for use in Gumloop
Keep your API and Application keys secure. These keys provide access to your Datadog account and should not be shared publicly.

Available Tools

Monitor Tools

ToolDescription
List MonitorsList all monitors with filtering by name, tags, or status
Get MonitorGet detailed information about a specific monitor by ID
Create MonitorCreate a new monitor with specified type, query, and alerting configuration
Update MonitorUpdate an existing monitor’s configuration
Delete MonitorDelete a monitor by ID
Mute MonitorMute a monitor to suppress notifications during maintenance
Unmute MonitorUnmute a previously muted monitor to resume notifications

Metrics Tools

ToolDescription
Query MetricsQuery timeseries metrics data with aggregation and grouping
List MetricsList available metrics in your account to discover metric names

Logs Tools

ToolDescription
Search LogsSearch and retrieve log events with filtering by query and time range

Incident Tools

ToolDescription
List IncidentsList incidents with optional filtering by state or query
Get IncidentGet detailed information about a specific incident
Create IncidentCreate a new incident for tracking and coordination
Update IncidentUpdate an existing incident’s attributes like title, status, or severity
Delete IncidentDelete an incident by ID
List Incident TimelineGet the timeline of events for a specific incident

Dashboard Tools

ToolDescription
List DashboardsList all dashboards with optional filtering
Get DashboardGet detailed dashboard configuration by ID including widgets
Create DashboardCreate a new dashboard with specified layout and widgets
Update DashboardUpdate an existing dashboard’s layout and widgets
Delete DashboardDelete a dashboard from Datadog

Host Tools

ToolDescription
List HostsList infrastructure hosts with filtering by name, tags, or criteria
Get Host TotalsGet the total count of active and up hosts
Mute HostMute a host to suppress alerts during maintenance
Unmute HostUnmute a previously muted host to resume alerts

Event Tools

ToolDescription
List EventsQuery events by time range and optional filters
Get EventGet detailed information about a specific event by ID
Create EventPost a new event to Datadog for tracking and correlation

Downtime Tools

ToolDescription
List DowntimesList all scheduled downtimes for maintenance windows
Get DowntimeGet detailed information about a specific downtime
Create DowntimeSchedule a new downtime to mute monitors during maintenance
Cancel DowntimeCancel a scheduled downtime to resume monitoring

SLO Tools

ToolDescription
List SLOsList all Service Level Objectives with optional filtering
Get SLOGet detailed information about a specific SLO
Create SLOCreate a new Service Level Objective
Update SLOUpdate an existing SLO’s configuration
Delete SLODelete an SLO by ID
Get SLO HistoryGet historical SLI data for an SLO

Synthetics Tools

ToolDescription
List SyntheticsList all synthetic monitoring tests
Get SyntheticGet detailed information about a specific synthetic test
Create SyntheticCreate a new synthetic monitoring test
Update SyntheticUpdate an existing synthetic test
Delete SyntheticDelete synthetic tests by IDs
Trigger SyntheticManually trigger synthetic tests

Example Prompts

Use these with your agent or in the Agent Node: List alerting monitors:
Show me all monitors that are currently in alert state
Query metrics:
Get the average CPU usage across all hosts for the last hour
Search logs:
Search for error logs in production from the last 30 minutes
Create an incident:
Create a critical incident for the database outage affecting the checkout service
Mute a monitor:
Mute the high CPU monitor for 2 hours during the deployment
Check SLO status:
Show me the current status of all SLOs for the payment service

Troubleshooting

IssueSolution
Authentication failedVerify your API Key and Application Key are correct
Wrong siteMake sure you’re using the correct Datadog site (e.g., datadoghq.com vs datadoghq.eu)
Permission deniedEnsure your Application Key has the necessary permissions
Monitor not foundCheck that the monitor ID is correct
Tool not availableVerify the tool is enabled in your agent’s MCP configuration
Unexpected resultsThe agent may chain multiple tools (e.g., listing monitors first, then getting details). Review the agent’s reasoning to understand its approach.
Agents are smart enough to chain multiple API calls together. For example, asking “Mute all monitors for the web service during maintenance” will list the monitors first, then mute each one. If results seem off, check the agent’s step-by-step reasoning.

Need Help?


Use this integration directly in Claude or Cursor. Connect remotely via the Datadog MCP server using your Gumloop credentials.