MCP Composer for Grok
io.github.oaslananka/composer
Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.
client:Grok
transport:stdio
runtime:npm
Install MCP Composer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"composer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oaslananka/composer"
],
"env": {
"COMPOSER_CONFIG": "<COMPOSER_CONFIG>"
}
}
}
}
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