Title: Datadog MCP Server
URL Source: https://docs.datadoghq.com/mcp_server/
Markdown Content:
For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/mcp_server.md. A documentation index is available at /llms.txt.
PRODUCT
CUSTOMERS
PRICING
SOLUTIONS
ABOUT
BLOG
LOGIN
GET STARTED FREE
Datadog Docs
ESSENTIALS
Getting Started
Glossary
Standard Attributes
Guides
Agent
Integrations
Client SDKs
Extend Datadog
OpenTelemetry
Administrator's Guide
API
Command Line
MCP Server
Setup
MCP Tools
Partners
Datadog Mobile App
DDSQL Reference
CoTerm
Remote Configuration
Cloudcraft (Standalone)
IN THE APP
Dashboards
Notebooks
DDSQL Editor
Reference Tables
Sheets
Monitors and Alerting
Service Level Objectives
Metrics
Watchdog
Bits AI
Internal Developer Portal
Error Tracking
Change Tracking
Event Management
INCIDENT RESPONSE
Incident Management
On-Call
Status Pages
Work Management
ACTIONS & REMEDIATIONS
Bits Agent Builder
Workflow Automation
Apps
App Builder
Datastores
Forms
Action Catalog
INFRASTRUCTURE
Cloudcraft
Resource Catalog
Universal Service Monitoring
End User Device Monitoring
Hosts
Containers
Processes
Serverless
Network Monitoring
Storage Management
CLOUD COST
Cloud Cost
APPLICATION PERFORMANCE
APM
Continuous Profiler
Database Monitoring
Data Streams Monitoring
DATA OBSERVABILITY
Data Observability Overview
Data Catalog
Lineage
Quality Monitoring
Jobs Monitoring
CI/CD
Integration Overhead
DIGITAL EXPERIENCE
Journey Monitoring
Real User Monitoring
Synthetic Testing and Monitoring
Continuous Testing
Experiments
Product Analytics
Session Replay
SOFTWARE DELIVERY
CI Visibility
CD Visibility
Deployment Gates
Test Optimization
Code Coverage
PR Gates
Delivery Performance
Feature Flags
DEVELOPER INTEGRATIONS
Source Code Integration
IDE Plugins
SECURITY
Security Overview
Cloud SIEM
Code Security
Cloud Security
App and API Protection
AI Guard
Workload Protection
Sensitive Data Scanner
AI OBSERVABILITY
Agent Observability
GPU Monitoring
Agent Console
LOG MANAGEMENT
Observability Pipelines
Log Management
BYOC Logs
ADMINISTRATION
Account Management
Disaster Recovery
Data Security
Help
Datadog MCP Server
DOCS > DATADOG MCP SERVER
The Datadog MCP Server acts as a bridge between your observability data in Datadog and any AI agents that support the Model Context Protocol (MCP). Providing structured access to relevant Datadog contexts, features, and tools, the MCP Server lets you query and retrieve observability insights directly from AI-powered clients such as Cursor, OpenAI Codex, Claude Code, or your own AI agent.
Ready to get started? Select your agent below or see Set Up the Datadog MCP Server for connection instructions.
This demo shows the Datadog MCP Server being used in Cursor and Claude Code (unmute for audio):
Disclaimers
The Datadog MCP Server is HIPAA-eligible. You are responsible for ensuring that the AI tools you connect to the Datadog MCP Server meet your compliance requirements, such as HIPAA.
The Datadog MCP Server is not GovCloud compatible.
Datadog collects certain information about your usage of the Remote Datadog MCP Server, including how you interact with it, whether errors occurred while using it, what caused those errors, and user identifiers in accordance with the Datadog Privacy Policy and Datadog’s EULA. This data is used to help improve the server’s performance and features, including transitions to and from the server and the applicable Datadog login page for accessing the Services, and context (for example, user prompts) leading to the use of MCP tools. The data is stored for 120 days.
Data handling and AI providers
The Datadog MCP Server does not send your Datadog data to a third-party AI provider. Your AI client and its model determine what Datadog data is sent to your AI provider. That data flow is governed by your agreement with that provider, not by Datadog.
What the Datadog MCP Server receives and returns
The MCP Server receives individual tool calls, such as a request to search logs with a given query. It does not receive your prompt or the model’s reasoning, only the tool name and its arguments. The MCP Server returns results to the calling client and makes no outbound calls to external domains. Any web search, webhook, or other external integration you configure in your AI client runs on the client side.
Most MCP Server tools, such as search_datadog_logs, query Datadog backends directly with no AI model involved. A small number of tools do use AI models hosted by Datadog’s AI providers. Examples include tools that perform semantic search or build a query from a natural language description. To disable generative AI providers for your entire organization, contact Datadog support.
Restrict which data the Datadog MCP Server can access
The MCP Server forwards the authenticated user’s own credentials to Datadog APIs. Your existing access controls apply exactly as they do for direct API or UI access. The MCP Server cannot grant a user access beyond what that user already has. It cannot reach resources that are not visible to that user in the Datadog UI.
Because your AI client controls what it sends to its model provider, limiting what a provider can receive means limiting what the MCP Server returns. To scope the data an MCP Server user can retrieve, use:
Role-based access control (RBAC) to grant permissions by role.
Data Access Control to restrict which users can read sensitive data, such as logs or APM spans.
Log restriction queries to limit a role’s log access to the subset of logs matching a query.
Write operations require the corresponding permission, such as monitors_write, and the MCP Server checks it on each tool call. A read-only user’s call to a write-enabled tool is rejected.
Fair-use rate limits
The MCP Server comes with the following fair-use limits:
50 requests/10 seconds tool call burst limits
100,000 monthly tool calls.
These limits are subject to change and can be adjusted if your use case requires more. Please contact Datadog support for requests or questions.
Monitoring the Datadog MCP Server tool calls
You can track Datadog MCP Server usage for your organization using Datadog metrics and Audit Trail.
All tool calls are recorded in the Datadog Audit Trail with metadata identifying them as MCP actions, including the tool name, arguments, user identity, and the MCP client used. See Track tool calls in Audit Trail for more information.
Datadog also emits two standard metrics that you can use to monitor MCP Server activity:
datadog.mcp.session.starts: Emitted on each session initialization.
datadog.mcp.tool.usage: A distribution metric emitted on each tool call.
Both metrics are tagged with attributes such as user_id, user_email, client (the MCP client name, such as claude or cursor), and tool_name.
Because datadog.mcp.tool.usage is a distribution metric, use count (not sum) with .as_count() to get the number of tool calls. For example, to query the total number of tool calls grouped by user email:
count:datadog.mcp.tool.usage{*} by {user_email}.as_count()
Available tools
See Datadog MCP Server Tools for a complete reference of available tools organized by toolset, with example prompts. To enable specific toolsets, see Set Up the Datadog MCP Server for instructions.
Context efficiency
The Datadog MCP Server is optimized to provide responses in a way that AI agents get relevant context without being overloaded with unnecessary information. For example:
Responses are truncated based on the estimated length of responses each tool provides. The tools respond to AI agents with instructions on how to request more information if the response was truncated.
Most tools have a max_tokens parameter that enables AI agents to request less or more information.
You can limit available tools at connection time with toolsets and omit_tools. See Set Up the Datadog MCP Server.
Track tool calls in Audit Trail
You can view information about calls made by MCP Server tools in Datadog’s Audit Trail. Search or filter by the event name MCP Server.
Feedback
The Datadog MCP Server is under significant development. Use this feedback form to share any feedback, use cases, or issues encountered with your prompts and queries.
Further reading
Additional helpful documentation, links, and articles:
Datadog Extension for Cursor
DOCUMENTATION
Set Up the Datadog MCP Server
DOCUMENTATION
Datadog MCP Server Tools
DOCUMENTATION
Bits AI Overview
DOCUMENTATION
Four ways engineering teams use the Datadog MCP Server to power AI agents
BLOG
Connect your AI agents to Datadog tools and context using the Datadog MCP Server
BLOG
Debug live production issues with the Datadog Cursor extension
BLOG
Datadog + OpenAI: Codex CLI integration for AI‑assisted DevOps
BLOG
LANGUAGE
English
DATADOG SITE
US1
EDIT
COPY
ON THIS PAGE
Disclaimers
Data handling and AI providers
Fair-use rate limits
Monitoring the Datadog MCP Server tool calls
Available tools
Context efficiency
Track tool calls in Audit Trail
Feedback
Further reading
Can't find something?
Our friendly, knowledgeable solutions engineers are here to help!
CONTACT US
FREE TRIAL
Download mobile app
PRODUCT
Infrastructure Monitoring
Network Monitoring
Container Monitoring
Serverless
Cloud Cost Management
Cloudcraft
Kubernetes Autoscaling
Application Performance Monitoring
Software Catalog
Universal Service Monitoring
Data Streams Monitoring
Data Observability
Database Monitoring
Continuous Profiler
Dynamic Instrumentation
Log Management
Sensitive Data Scanner
Audit Trail
Observability Pipelines
Cloud Security
Cloud Security Posture Management
Workload Protection
Cloud Infrastructure Entitlement Management
Vulnerability Management
Compliance
App and API Protection
Software Composition Analysis
Code Security
Static Code Analysis (SAST)
Runtime Code Analysis (IAST)
IaC Security
Cloud SIEM
Browser Real User Monitoring
Mobile Real User Monitoring
Product Analytics
Experiments
Session Replay
Synthetic Monitoring
Mobile App Testing
Continuous Testing
Error Tracking
BYOC Log Management
Internal Developer Portal
CI Visibility
Test Optimization
Feature Flags
Code Coverage
AI Impact
Service Level Objectives
Incident Response
Event Management
Case Management
Bits AI Agents
Bits Code
Bits Investigation
Bits Security Analyst
Bits Agent Builder
Bits Chat
MCP Server
Pup CLI
Agent Directory
Metrics
Watchdog
Agent Observability
AI Integrations
Workflow Automation
App Builder
Teams
Dashboards
Notebooks
Mobile App
Fleet Automation
Governance Console
Access Control
OpenTelemetry
Alerts
integrations
IDE Plugins
API
Marketplace
Security Labs Research
Open Source Projects
Storage Management
GPU Monitoring
DORA Metrics
Secret Scanning
RESOURCES
Pricing
Documentation
Support
Services & Enablement
Product Preview Program
Certification
Open Source
Events and Webinars
Security
Privacy Center
Knowledge Center
Learning Resources
ABOUT
Contact Us
Partners
Press
Leadership
Careers
Legal
Investor Relations
Analyst Reports
ESG Report
Vendor Help
Trust Hub
BLOG
The Monitor
Engineering
AI
Security Labs
English
© Datadog 2026
Terms
|
Privacy
|
Your Privacy Choices
Ask AI
Feedback
Was this page helpful?
Yes 🎉
No 👎
Next