Skip to content
Zed

hubmesh for Zed

io.github.demigoddsk/hubmesh

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

client:Zed transport:stdio runtime:pypi

Install hubmesh in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

hubmesh in other clients