Odel
remem

remem

Local
@majiayu00030RustMITUpdated Yesterday

Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@remem-ai/rememv0.6.90

Run

npx -y @remem-ai/remem

MCP client config

{
  "mcpServers": {
    "remem": {
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}