Skip to content
Zed

Auditable memory (memory3l) for Zed

io.github.jayzht/memory3l-mcp

Audited memory over MCP: an append-only fact ledger plus verifiable invariants I1-I5.

client:Zed transport:stdio runtime:pypi

Install Auditable memory (memory3l) 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": {
    "memory3l-mcp": {
      "command": "uvx",
      "args": [
        "memory3l-mcp"
      ],
      "env": {
        "MEMORY3L_ROOT": "<MEMORY3L_ROOT>",
        "MEMORY3L_DB": "<MEMORY3L_DB>",
        "MEMORY3L_ALLOW_WRITE": "<MEMORY3L_ALLOW_WRITE>"
      }
    }
  }
}

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

Auditable memory (memory3l) in other clients