Skip to content

regulatory-deadline for Zed

io.github.weiseer/regulatory-deadline

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

client:Zed transport:stdio runtime:npm

Install regulatory-deadline in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "regulatory-deadline": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/regulatory-deadline-mcp"
      ],
      "env": {
        "REG_URL": "<REG_URL>",
        "REG_LOCAL_ONLY": "<REG_LOCAL_ONLY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

regulatory-deadline in other clients