Skip to content
Zed

FactMem for Zed

io.github.gordonkjlee/factmem

A local memory engine. You own the SQLite file. Not Mem0's hosted OpenMemory MCP.

client:Zed transport:stdio runtime:npm

Install FactMem in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "factmem": {
      "command": "npx",
      "args": [
        "-y",
        "@factmem/mcp"
      ]
    }
  }
}

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

FactMem in other clients