fusion mcp for Grok
io.github.jolymmiles/fusion-mcp
Local Fusion MCP: panel->judge->synthesis on the Claude CLI subscription, no OpenRouter.
client:Grok
transport:stdio
runtime:pypi
Install fusion mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fusion-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fusion-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