Skip to content
Zed

lean-memory for Zed

io.github.wuesteon/lean-memory

Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.

client:Zed transport:stdio runtime:pypi

Install lean-memory in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "lean-memory": {
      "command": "uvx",
      "args": [
        "lean-memory"
      ],
      "env": {
        "LM_DATA_ROOT": "<LM_DATA_ROOT>"
      }
    }
  }
}

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

lean-memory in other clients