Skip to main content
Glama
bgrgndzz

datadog-logs-mcp

by bgrgndzz

datadog-logs-mcp

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.

Related MCP server: Datadog Logs MCP Server

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bgrgndzz/datadog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server