mcp-gatehouse for Grok
io.github.nickgeorgeseo/gatehouse
Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper
client:Grok
transport:stdio
runtime:pypi
Install mcp-gatehouse in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gatehouse": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-gatehouse"
]
}
}
}
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