Odel
hubmesh

hubmesh

Local
@demigoddsk2PythonMITUpdated 3w ago

Deterministic multi-hop graph retrieval for RAG. Zero LLM calls in the query path.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIhubmeshv0.4.1

Run

uvx hubmesh

MCP client config

{
  "mcpServers": {
    "hubmesh": {
      "command": "uvx",
      "args": [
        "hubmesh"
      ]
    }
  }
}