Back to Home
pedrospdc icon

datadog-mcp

Verified Safe

by pedrospdc

Overview

Exposes Datadog monitoring and observability data to AI models, enabling AI assistants like Claude to query metrics, traces, services, and dashboards.

Installation

Run Command
./build/datadog-mcp

Environment 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

Stats

Interest Score55
Security Score9
Cost ClassLow
Stars1
Forks0
Last Update2025-12-10

Tags

DatadogMonitoringObservabilityAIMCP