Odel
cuba memorys

cuba memorys

Local
@leandropg1926RustApache-2.0Updated 3w ago

Persistent memory MCP server. 28 tools, BM25+MMR+OOD retrieval, tamper-evident audit, code graph.

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

npmcuba-memorysv0.24.0

Run

npx -y cuba-memorys

MCP client config

{
  "mcpServers": {
    "cuba-memorys": {
      "command": "npx",
      "args": [
        "-y",
        "cuba-memorys"
      ]
    }
  }
}
PyPIcuba-memorysv1.26.0

Run

uvx cuba-memorys

MCP client config

{
  "mcpServers": {
    "cuba-memorys": {
      "command": "uvx",
      "args": [
        "cuba-memorys"
      ]
    }
  }
}