A Python-based tool to interact with Datadog API and fetch monitoring data from your infrastructure. This MCP provides easy access to monitor states and Kubernetes logs through a simple interface.
- Monitor State Tracking: Fetch and analyze specific monitor states
- Kubernetes Log Analysis: Extract and format error logs from Kubernetes clusters
- Python 3.11+
- Datadog API and Application keys (with correct permissions)
- Access to Datadog site
To install Datadog for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @didlawowo/mcp-collection --client claudeRequired packages:
datadog-api-client
fastmcp
loguru
icecream
python-dotenv
uv
Create a .env file with your Datadog credentials:
DD_API_KEY=your_api_key
DD_APP_KEY=your_app_key