Skip to content
Zed

SAME - Stateless Agent Memory Engine for Zed

io.github.sgx-labs/same

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

client:Zed transport:stdio runtime:npm

Install SAME - Stateless Agent Memory Engine 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": {
    "same": {
      "command": "npx",
      "args": [
        "-y",
        "@sgx-labs/same"
      ],
      "env": {
        "VAULT_PATH": "<VAULT_PATH>"
      }
    }
  }
}

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

SAME - Stateless Agent Memory Engine in other clients