datadog-mcp
Verified Safeby zero-to-prod
Overview
Provides a Multi-Cloud Platform (MCP) server for searching and analyzing Datadog logs, enabling AI agents to interact with Datadog's Logs API v2 with simplified natural language queries and advanced data transformation capabilities.
Installation
docker run -d -p 8091:80 -e DD_API_KEY=your_api_key_here -e DD_APPLICATION_KEY=your_app_key_here davidsmith3/datadog-mcp:latestEnvironment Variables
- DD_API_KEY
- DD_APPLICATION_KEY
- APP_DEBUG
- APP_VERSION
Security Notes
The server uses environment variables for sensitive API keys (DD_API_KEY, DD_APPLICATION_KEY), which is good practice. The `applyJqFilter` method, which executes the `jq` binary, correctly sanitizes user-provided filters using `escapeshellarg()` to prevent command injection. Error handling for external API calls and `jq` execution is robust. The code does not appear to contain hardcoded secrets, obfuscation, or obvious malicious patterns. Regex patterns used in query normalization are standard, reducing the risk of ReDoS.
Similar Servers
mcp-server-datadog
Enables programmatic interaction with various Datadog services, providing tools for incident management, monitoring, logging, metrics querying, APM trace analysis, RUM event processing, and host/downtime administration.
mcp-server
This plugin implements a Model Context Protocol (MCP) server for WordPress, exposing WordPress's data and functionality through its REST API to AI clients.
php-mcp
Facilitates communication and integration between LLM applications and external data sources or tools by implementing the Model Context Protocol (MCP).
php-mcp-sdk
A PHP SDK for building Model Context Protocol (MCP) servers that expose AI capabilities (tools, prompts, sampling) and data resources to clients, facilitating AI agent orchestration and structured human-AI interaction.