datadog-mcp-server

bhayanak/datadog-mcp-server
★ 1 stars TypeScript 📊 Data/Analytics Updated 7d ago
Enables AI assistants to interact with Datadog's observability platform — query metrics, search logs, trace APM data, manage monitors/alerts, and analyze dashboards.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "datadog-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bhayanak/datadog-mcp-server"
      ]
    }
  }
}