mcp-server-datadog
This MCP server provides integration with the Datadog API for incident management and monitoring.
The Datadog MCP Server enables users to leverage key features of Datadog, such as incident tracking, monitoring, logging, and metrics management through a unified interface. It is designed to facilitate observability by allowing users to retrieve and manage incidents effectively, ensuring that they can respond to issues promptly and efficiently. Additionally, the server is built with extensibility in mind, making it easy to integrate with other Datadog APIs for future enhancements. This allows for seamless expansion of features and capabilities, ensuring that users can adapt to changing needs and requirements in their monitoring and incident management processes.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-datadog": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-datadog"
]
}
}
}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