Skip to content
Cursor

regulatory-deadline for Cursor

io.github.weiseer/regulatory-deadline

FinCEN/SEC/EU AI Act/GDPR deadline tracker for AI agents.

client:Cursor transport:stdio runtime:npm

Install regulatory-deadline 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": {
    "regulatory-deadline": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/regulatory-deadline-mcp"
      ],
      "env": {
        "REG_URL": "<REG_URL>",
        "REG_LOCAL_ONLY": "<REG_LOCAL_ONLY>"
      }
    }
  }
}

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

regulatory-deadline in other clients