Skip to content
Zed

code memory for Zed

io.github.kapillamba4/code-memory

Local semantic code search with Git history. Works offline, no API key needed.

client:Zed transport:stdio runtime:pypi

Install code 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": {
    "code-memory": {
      "command": "uvx",
      "args": [
        "code-memory"
      ],
      "env": {
        "CODE_MEMORY_LOG_LEVEL": "<CODE_MEMORY_LOG_LEVEL>",
        "EMBEDDING_MODEL": "<EMBEDDING_MODEL>"
      }
    }
  }
}

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

code memory in other clients