📊 Integrate Datadog Logs, Monitors, Metrics, Incidents, and Dashboards with this Model Context Protocol (MCP) server for seamless AI assistance.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-datadog": {
"command": "npx",
"args": [
"-y",
"ajaysharmaas/mcp-datadog"
]
}
}
}
Run in terminal:
claude mcp add mcp-datadog npx -y ajaysharmaas/mcp-datadog
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-datadog": {
"command": "npx",
"args": [
"-y",
"ajaysharmaas/mcp-datadog"
]
}
}
}