hubmesh for Grok
io.github.demigoddsk/hubmesh
Deterministic multi-hop graph retrieval for RAG. Zero LLM calls in the query path.
client:Grok
transport:stdio
runtime:pypi
Install hubmesh in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hubmesh": {
"type": "stdio",
"command": "uvx",
"args": [
"hubmesh"
]
}
}
}
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