Back to Home
shelfio icon

datadog-mcp

Verified Safe

by shelfio

Overview

Provides Datadog monitoring and management capabilities as a Model Context Protocol (MCP) server for Claude Desktop and other MCP clients.

Installation

Run Command
export DD_API_KEY="your-datadog-api-key" DD_APP_KEY="your-datadog-application-key"; uvx --from git+https://github.com/shelfio/datadog-mcp.git datadog-mcp

Environment Variables

  • DD_API_KEY
  • DD_APP_KEY
  • DD_SITE

Security Notes

The server uses environment variables for Datadog API credentials, which is good practice. Input validation is performed through `inputSchema` definitions for each tool, mitigating common injection risks. API calls use `httpx` and Datadog's official SDK client, relying on their internal security. There is a `DD_SITE` validation which uses a regex and warns for unknown sites but doesn't strictly block them, which is a minor flexibility over strictness trade-off.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassMedium
Avg Tokens500
Stars7
Forks6
Last Update2026-01-13

Tags

DatadogMonitoringCI/CDLogsMetrics