datadog-mcp
Verified Safeby pedrospdc
Overview
Exposes Datadog monitoring and observability data to AI models, enabling AI assistants like Claude to query metrics, traces, services, and dashboards.
Installation
./build/datadog-mcpEnvironment Variables
- DD_API_KEY
- DD_APP_KEY
- DD_SITE
Security Notes
The server correctly uses environment variables for sensitive API keys (DD_API_KEY, DD_APP_KEY), avoiding hardcoded secrets. It operates as an MCP server, which typically communicates via standard I/O, limiting direct network attack surfaces. Input parameters for Datadog API calls are defined through Go structs and processed by the Datadog API client, reducing the risk of injection vulnerabilities. No 'eval' or similar dynamic code execution patterns are observed. The primary security consideration is the secure handling of Datadog API keys and the trust placed in the Datadog API client library itself.
Similar Servers
mcp-server-datadog
Manages Datadog observability features including incidents, monitors, logs, dashboards, metrics, traces, hosts, and downtimes through an MCP server for LLMs.
signoz-mcp-server
Provides AI assistants and LLMs with natural language access to SigNoz observability data, including metrics, traces, logs, alerts, and dashboards.
chronosphere-mcp
This server provides Chronosphere's observability data (metrics, logs, traces, events) and configuration as tools to AI applications, enabling AI to query and manage the Chronosphere platform.
shinzo
Complete observability platform for AI Agents and MCP servers.