Datadog Server
Freeby MCP Community
MCP-native server for Datadog API with tools, resources, prompts, and schema-based generation
v0.4.1Added Apr 12, 2026
mcpmodel-context-protocoldatadogapimonitoring
Datadog Server MCP Server
MCP-native server for Datadog API with tools, resources, prompts, and schema-based generation
Installation
Reviews
Installation
Quick install
npx -y mcp-datadog-server
Add to claude_desktop_config.json
{
"mcpServers": {
"datadog-server": {
"command": "npx",
"args": ["-y", "mcp-datadog-server"]
}
}
}