Skip to content
Zed

rmbr for Zed

io.github.srock44/rmbr

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

client:Zed transport:stdio runtime:pypi

Install rmbr in Zed

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

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

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

rmbr in other clients