Skip to content
Cursor

dingdawg compliance for Cursor

io.github.dingdawg-dev/dingdawg-compliance

EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.

client:Cursor transport:stdio runtime:npm

Install dingdawg compliance 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": {
    "dingdawg-compliance": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-compliance"
      ],
      "env": {
        "DINGDAWG_API_KEY": "<DINGDAWG_API_KEY>"
      }
    }
  }
}

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

dingdawg compliance in other clients