Datadog's managed MCP server connects your AI agents to Datadog's observability tools and data. Query logs, metrics, traces, incidents, and more - directly from your AI-powered dev tools.
Note: The MCP server is currently in Preview. Request access here if you haven't already.
For Claude Code (US1 site):
claude mcp add --transport http datadog https://mcp.datadoghq.com/api/unstable/mcp-server/mcpMany MCP clients also support configuration in a .mcp.json file:
{
"mcpServers": {
"datadog": {
"type": "http",
"url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp"
}
}
}The MCP server should work with any standards-compliant MCP client. See the full setup docs for other clients, alternative auth methods, and regional endpoints.
- Setup docs - Full setup instructions, available tools, example prompts
- Feedback form - Share feedback or report issues