Skip to content
Cursor

rmbr for Cursor

io.github.srock44/rmbr

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

client:Cursor transport:stdio runtime:pypi

Install rmbr in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rmbr in other clients