Skip to content
Zed

mismem for Zed

io.github.lucasmella-stack/mismem

Cooperative persistent memory for LLMs: episodes, memories and traits over SQLite (FTS5, Hebbian)

client:Zed transport:stdio runtime:npm

Install mismem 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": {
    "mismem": {
      "command": "npx",
      "args": [
        "-y",
        "@lucasmella/mismem"
      ],
      "env": {
        "MISMEM_DB": "<MISMEM_DB>"
      }
    }
  }
}

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

mismem in other clients