gateway for Grok
io.github.bolyra/gateway
MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.
client:Grok
transport:stdio
runtime:npm
Install gateway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bolyra/gateway"
]
}
}
}
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