constraints registry for Grok
io.github.sureshkhemka/constraints-registry
Policy-as-code guardrails for AI coding agents, validated via OPA, Conftest, Checkov & Semgrep.
client:Grok
transport:stdio
runtime:pypi
Install constraints registry in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"constraints-registry": {
"type": "stdio",
"command": "uvx",
"args": [
"constraints-registry"
]
}
}
}
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