Skip to content
Zed

loci for Zed

io.github.ivenkoolab/loci

Cross-session memory and hybrid RAG over your notes and docs. Local-first, with cited answers.

client:Zed transport:stdio runtime:pypi

Install loci in Zed

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

{
  "context_servers": {
    "loci": {
      "command": "uvx",
      "args": [
        "loci-rag"
      ]
    }
  }
}

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

loci in other clients