What it unlocks
- Hybrid retrieval as an assistant tool
- A shared resident runtime with warm model reuse and idle retirement
- 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, including files that are not 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