Datadog
Freeby MCP Community
Datadog MCP server for monitoring, metrics, logs, and dashboards
v0.2.0Added Apr 12, 2026
datadogmcpmcp-servermonitoringmetrics
Datadog MCP Server
Datadog MCP server for monitoring, metrics, logs, and dashboards
Installation
Reviews
Installation
Quick install
npx -y @kud/mcp-datadog
Add to claude_desktop_config.json
{
"mcpServers": {
"datadog": {
"command": "npx",
"args": ["-y", "@kud/mcp-datadog"]
}
}
}