Odel
misMEM

misMEM

Local
@lucasmella-stack3TypeScriptMITUpdated 1mo ago

Cooperative persistent memory for LLMs: episodes, memories and traits over SQLite (FTS5, Hebbian)

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@lucasmella/mismemv0.2.0

Run

npx -y @lucasmella/mismem

MCP client config

{
  "mcpServers": {
    "mismem": {
      "command": "npx",
      "args": [
        "-y",
        "@lucasmella/mismem"
      ]
    }
  }
}