Skip to content
Grok

datadog for Grok

io.github.us-all/datadog

Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet

client:Grok transport:stdio runtime:npm

Install datadog in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "datadog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@us-all/datadog-mcp"
      ],
      "env": {
        "DD_API_KEY": "<DD_API_KEY>",
        "DD_APP_KEY": "<DD_APP_KEY>",
        "DD_SITE": "<DD_SITE>",
        "DD_TOOLS": "<DD_TOOLS>",
        "DD_DISABLE": "<DD_DISABLE>",
        "DD_ALLOW_WRITE": "<DD_ALLOW_WRITE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

datadog in other clients