regulatory-deadline for Grok
io.github.weiseer/regulatory-deadline
FinCEN/SEC/EU AI Act/GDPR deadline tracker for AI agents.
client:Grok
transport:stdio
runtime:npm
Install regulatory-deadline in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"regulatory-deadline": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/regulatory-deadline-mcp"
],
"env": {
"REG_URL": "<REG_URL>",
"REG_LOCAL_ONLY": "<REG_LOCAL_ONLY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs