datadog-mcp-server
The Datadog MCP server allows users to interact with the Datadog API for monitoring and managing various data aspects.
This MCP server provides a comprehensive interface for accessing monitor data, dashboard definitions, available metrics, events, logs, and incident management data through the official Datadog API. It supports both v1 and v2 APIs and includes advanced error handling to assist users in troubleshooting API and authentication issues. The server also allows for scoped application keys, enhancing security by enabling users to grant only the necessary permissions required for specific features.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"datadog-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-datadog-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions