Skip to content
Cursor

datadog for Cursor

com.mcparmory/datadog

Monitor infrastructure, manage agents and deployments, track metrics, logs, and events

client:Cursor transport:stdio runtime:pypi

Install datadog in Cursor

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

{
  "mcpServers": {
    "datadog": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-datadog"
      ]
    }
  }
}

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

datadog in other clients