mcp gateway for Grok
io.github.rupinder2/mcp-gateway
Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.
client:Grok
transport:stdio
runtime:pypi
Install mcp gateway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-orchestration-gateway"
],
"env": {
"STORAGE_BACKEND": "<STORAGE_BACKEND>",
"REDIS_URL": "<REDIS_URL>",
"SERVER_CONFIG_PATH": "<SERVER_CONFIG_PATH>"
}
}
}
}
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