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