Skip to content

datadog-labs/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datadog MCP Server

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.

Quick Setup

For Claude Code (US1 site):

claude mcp add --transport http datadog https://mcp.datadoghq.com/api/unstable/mcp-server/mcp

Many 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.

Links

  • Setup docs - Full setup instructions, available tools, example prompts
  • Feedback form - Share feedback or report issues

About

Official Datadog MCP Server

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors