Skip to content

datadog-labs/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

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"
    }
  }
}

Not on the US1 site? Replace mcp.datadoghq.com with the endpoint for your Datadog site — for example, EU users should use mcp.datadoghq.eu.

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.

Automated Agent Examples

Links

  • Docs - Full setup instructions, available tools, example prompts

About

Official Datadog MCP Server

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors