Datadog Logs
FreeNot checkedEnables querying and analyzing Datadog logs through search, aggregation, and index listing.
About
Enables querying and analyzing Datadog logs through search, aggregation, and index listing.
README
MCP server for querying Datadog logs. Use with Claude Code, Claude Desktop, or any MCP-compatible client.
Setup
{
"mcpServers": {
"datadog-logs": {
"command": "npx",
"args": ["-y", "datadog-logs-mcp"],
"env": {
"DD_API_KEY": "your-api-key",
"DD_APP_KEY": "your-app-key",
"DD_SITE": "datadoghq.com"
}
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
DD_API_KEY |
Yes | Datadog API key |
DD_APP_KEY |
Yes | Datadog Application key |
DD_SITE |
No | Datadog site (default: datadoghq.com). Use datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, etc. |
Tools
search_logs
Search logs using Datadog log search syntax with time range, sorting, and pagination.
get_log
Get a specific log entry by ID.
aggregate_logs
Aggregate logs with computations (count, avg, sum, min, max, percentiles) and group-by breakdowns.
list_indexes
List all configured log indexes.
License
MIT
Installing Datadog Logs
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/bgrgndzz/datadog-mcpFAQ
Is Datadog Logs MCP free?
Yes, Datadog Logs MCP is free — one-click install via Unyly at no cost.
Does Datadog Logs need an API key?
No, Datadog Logs runs without API keys or environment variables.
Is Datadog Logs hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Datadog Logs in Claude Desktop, Claude Code or Cursor?
Open Datadog Logs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Datadog Logs with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
