---
title: Datadog MCP Server
description: >-
  Connect AI agents to Datadog observability data using the MCP Server to query
  metrics, logs, traces, and other insights.
breadcrumbs: Docs > Bits AI > Datadog MCP Server
---

# Datadog MCP Server

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site.md). ().
{% /alert %}

{% /callout %}

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)](https://modelcontextprotocol.io/). 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? See [Set Up the Datadog MCP Server](https://docs.datadoghq.com/bits_ai/mcp_server/setup.md) for connection instructions.

This demo shows the Datadog MCP Server being used in Cursor and Claude Code (unmute for audio):

{% video
   url="https://docs.dd-static.net/images/bits_ai/mcp_server/mcp_cursor_demo_3.mp4" /%}

## Disclaimers{% #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.

## Fair-use rate limits{% #fair-use-rate-limits %}

The MCP Server comes with the following fair-use limits:

- 50 requests/10 seconds tool call burst limits
- 5000 daily tool calls
- 50,000 monthly tool calls.

These limits are **subject to change** and can be adjusted if your use case requires more. Please contact [Datadog support](https://help.datadoghq.com/hc/en-us/requests/new) for requests or questions.

## Monitoring the Datadog MCP Server tool calls{% #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](https://docs.datadoghq.com/account_management/audit_trail.md) 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.calls`: Emitted on each tool call, tagged with `tool_name`.

Both metrics are tagged with `user_id`, `user_email`, and `client` (the MCP client name, such as `claude` or `cursor`).

## Available tools{% #available-tools %}

See [Datadog MCP Server Tools](https://docs.datadoghq.com/bits_ai/mcp_server/tools.md) for a complete reference of available tools organized by toolset, with example prompts. To enable specific toolsets, see [Set Up the Datadog MCP Server](https://docs.datadoghq.com/bits_ai/mcp_server/setup.md#toolsets) for instructions.

## Context efficiency{% #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.

## Track tool calls in Audit Trail{% #track-tool-calls-in-audit-trail %}

You can view information about calls made by MCP Server tools in Datadog's [Audit Trail](https://docs.datadoghq.com/account_management/audit_trail.md). Search or filter by the event name `MCP Server`.

## Feedback{% #feedback %}

The Datadog MCP Server is under significant development. Use [this feedback form](https://docs.google.com/forms/d/e/1FAIpQLSeorvIrML3F4v74Zm5IIaQ_DyCMGqquIp7hXcycnCafx4htcg/viewform) to share any feedback, use cases, or issues encountered with your prompts and queries.

## Further reading{% #further-reading %}

- [Connect your AI agents to Datadog tools and context using the Datadog MCP Server](https://www.datadoghq.com/blog/datadog-remote-mcp-server/)
- [Datadog Extension for Cursor](https://docs.datadoghq.com/ide_plugins/vscode.md?tab=cursor)
- [Set Up the Datadog MCP Server](https://docs.datadoghq.com/bits_ai/mcp_server/setup.md)
- [Datadog MCP Server Tools](https://docs.datadoghq.com/bits_ai/mcp_server/tools.md)
- [Bits AI Overview](https://docs.datadoghq.com/bits_ai.md)
- [Debug live production issues with the Datadog Cursor extension](https://www.datadoghq.com/blog/datadog-cursor-extension/)
- [Datadog + OpenAI: Codex CLI integration for AI‑assisted DevOps](https://www.datadoghq.com/blog/openai-datadog-ai-devops-agent/)
