mcp gateway for Grok
io.github.titus-civic/mcp-gateway
Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.
client:Grok
transport:streamable-http
Install mcp gateway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-gateway": {
"type": "http",
"url": "https://app.civic.com/hub/mcp"
}
}
}
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