Odel
Rememb

Rememb

Local
@luizedupp4PythonMITUpdated 1mo ago

Persistent memory for AI agents — local JSON, zero config, no server required.

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).

PyPIremembv0.3.5

Run

uvx rememb

MCP client config

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