Skip to content
Zed

Local Memory for Zed

io.github.studiomeyer-io/local-memory-mcp

Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.

client:Zed transport:stdio runtime:npm

Install Local 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": {
    "local-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@studiomeyer/local-memory-mcp"
      ],
      "env": {
        "MEMORY_DB_PATH": "<MEMORY_DB_PATH>",
        "MEMORY_EMBED_DISABLED": "<MEMORY_EMBED_DISABLED>",
        "MEMORY_EMBED_MODEL": "<MEMORY_EMBED_MODEL>",
        "MEMORY_EMBED_CACHE_DIR": "<MEMORY_EMBED_CACHE_DIR>"
      }
    }
  }
}

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

Local Memory in other clients