Skip to content
Zed

longmem for Zed

io.github.marerem/longmem

Persistent cross-project memory for Cursor and Claude Code using local semantic search.

client:Zed transport:stdio runtime:pypi

Install longmem in Zed

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

{
  "context_servers": {
    "longmem": {
      "command": "uvx",
      "args": [
        "longmem"
      ]
    }
  }
}

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

longmem in other clients