mcp gateway for Grok
io.github.authzx/mcp-gateway
AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers
client:Grok
transport:stdio
runtime:npm
Install mcp gateway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@authzx/mcp-gateway"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
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