mcp-server-datadog
Verified Safeby winor30
Overview
Manages Datadog observability features including incidents, monitors, logs, dashboards, metrics, traces, hosts, and downtimes through an MCP server for LLMs.
Installation
npx -y @winor30/mcp-server-datadogEnvironment Variables
- DATADOG_API_KEY
- DATADOG_APP_KEY
- DATADOG_SITE
- DATADOG_SUBDOMAIN
Security Notes
The server uses environment variables for Datadog API keys, which is a standard and secure practice for handling secrets. It performs input validation using Zod schemas for all tool arguments. Network communication is exclusively with the Datadog API, as intended. There are no obvious signs of 'eval', code obfuscation, or other direct code execution vulnerabilities. The project is community-maintained, which users should be aware of, but the code itself follows good security hygiene for an API wrapper.
Similar Servers
mcpcat-typescript-sdk
MCPcat is an analytics platform designed for MCP server owners to capture user intentions and behavior patterns, offering session replay, trace debugging, and integration with existing observability tools.
alibabacloud-observability-mcp-server
Provide AI-driven observability insights by integrating with Alibaba Cloud monitoring services through a Model Context Protocol (MCP) server.
signoz-mcp-server
Provides AI assistants and LLMs with natural language access to SigNoz observability data, including metrics, traces, logs, alerts, and dashboards.
metoro-mcp-server
Enables AI (LLM) interaction with Kubernetes observability data provided by the Metoro platform for monitoring and troubleshooting microservices.