Skip to content
Zed

delx memory for Zed

io.github.davidmosiah/delx-memory

Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe

client:Zed transport:stdio runtime:npm

Install delx 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": {
    "delx-memory": {
      "command": "npx",
      "args": [
        "-y",
        "delx-memory"
      ],
      "env": {
        "DELX_MEMORY_PATH": "<DELX_MEMORY_PATH>",
        "DELX_MEMORY_TRANSPORT": "<DELX_MEMORY_TRANSPORT>",
        "DELX_MEMORY_HOST": "<DELX_MEMORY_HOST>",
        "DELX_MEMORY_PORT": "<DELX_MEMORY_PORT>",
        "DELX_MEMORY_ALLOWED_ORIGIN": "<DELX_MEMORY_ALLOWED_ORIGIN>"
      }
    }
  }
}

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

delx memory in other clients