AAI Gateway for Grok
io.github.gybob/aai-gateway
Unified MCP & Skill management gateway, shared across AI agents, 99% context token savings
client:Grok
transport:stdio
runtime:npm
Install AAI Gateway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aai-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aai-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