Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Datadog Logs

FreeNot checked

Enables querying and analyzing Datadog logs through search, aggregation, and index listing.

GitHubEmbed

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

from github.com/bgrgndzz/datadog-mcp

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-mcp

FAQ

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

Compare 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