Odel
YourMemory

YourMemory

Local
@sachitrafa266PythonUpdated 1w ago

Persistent memory for AI agents. Memories decay with time and strengthen on recall.

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

PyPIyourmemoryv1.4.18

Run

uvx yourmemory

MCP client config

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