You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A read-only Model Context Protocol server that connects to the Datadog API, enabling natural-language investigation workflows through Claude Desktop, Claude Code, or any MCP client.
Scan logs for errors, identify problematic services, query metrics, explore monitors/dashboards/traces — all through conversation.
Setup
npm install
npm run build
Requires three environment variables:
Variable
Required
Default
Description
DD_API_KEY
Yes
—
API Key — identifies your Datadog organization. Found in Organization Settings → API Keys.
DD_APP_KEY
Yes
—
Application Key — tied to a specific user account and grants that user's read permissions. Create one in Organization Settings → Application Keys.
DD_SITE
No
datadoghq.com
Datadog site (e.g. datadoghq.eu, us5.datadoghq.com).
MCP Client Configuration
Claude Code
claude mcp add datadog -- node /path/to/datadog/build/index.js
Then set DD_API_KEY and DD_APP_KEY in the environment where Claude Code runs.
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):