What it unlocks
- Hybrid retrieval as a first-class assistant tool
- One warm resident runtime shared with your other clients
- Graph traversal and backlinks for connected notes
Local retrieval inside Zed's assistant
One command registers GNO as a context server for Zed, with an absolute runtime path and pinned workspace roots. Zed's assistant can then search, retrieve, and cite from your local corpus instead of relying on what happens to be open in the editor.
Install
gno mcp install --target zedgno mcp statusgno daemon --detachA written config file is not a working integration. GNO distinguishes the two, and so should you.
gno mcp status to confirm GNO is registered for the target.gno serve and run the explicit read-only retrieval check. It proves the configured client can actually retrieve, not just that a config file exists.Keep reading