release gate for Grok
io.github.vamsisudhakaran1/release-gate
Pre-deploy security auditor for AI agent code — the risks generic SAST misses.
client:Grok
transport:stdio
runtime:pypi
Install release gate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"release-gate": {
"type": "stdio",
"command": "uvx",
"args": [
"release-gate"
],
"env": {
"RG_MCP_ALLOWED_ROOTS": "<RG_MCP_ALLOWED_ROOTS>"
}
}
}
}
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