Skip to content
Cursor

datadog for Cursor

io.github.us-all/datadog

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

client:Cursor transport:stdio runtime:npm

Install datadog in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

datadog in other clients