Skip to content
Zed

live memory for Zed

io.github.shofer-dev/live-memory

Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.

client:Zed transport:stdio runtime:pypi

Install live memory in Zed

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

{
  "context_servers": {
    "live-memory": {
      "command": "uvx",
      "args": [
        "shofer-live-memory"
      ]
    }
  }
}

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

live memory in other clients