Back to MCP Servers
Datadog Server
Query metrics, logs, and traces from Datadog for observability and monitoring insights
datadogmonitoringobservabilitylogsmetricsapm
By Datadog
Installation
pip install datadog-mcp-serverConfiguration
{
"mcpServers": {
"datadog": {
"command": "python",
"args": ["-m", "datadog_mcp_server"],
"env": {
"DD_API_KEY": "your-datadog-api-key",
"DD_APP_KEY": "your-datadog-app-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes