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).
Run
npx -y cuba-memorys
MCP client config
{
"mcpServers": {
"cuba-memorys": {
"command": "npx",
"args": [
"-y",
"cuba-memorys"
]
}
}
}Run
uvx cuba-memorys
MCP client config
{
"mcpServers": {
"cuba-memorys": {
"command": "uvx",
"args": [
"cuba-memorys"
]
}
}
}