Skip to content
Claude Desktop

rmbr for Claude Desktop

io.github.srock44/rmbr

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

client:Claude Desktop transport:stdio runtime:pypi

Install rmbr in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

rmbr in other clients