Memory Industry MCP server
MemoryIndustry persistent memory MCP server: BM25+MMR retrieval and audit.
29 stars83 downloads/wk
Reviews
Write oneNobody has reviewed Memory Industry yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Memory Industry tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan5 source files scanned; source not scanned: tarball over 25MB15/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 8 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Findings (2)
- mediumnpm install lifecycle script present
install.script - mediumnpm install lifecycle script present
install.scriptpackage.json: …ql", "rust" ], "scripts": { "postinstall": "node npm/postinstall.js" }, "bin":…
What the publisher says
From the Memory Industry repository's README, as published. We do not edit it. Read it on GitHub
<!-- mcp-name: io.github.LeandroPG19/memory-industry -->
MemoryIndustry
Formerly cuba-memorys. Same daemon, same cuba_* MCP tools, new product name.
Long-term memory for AI coding agents. An MCP server that gives your agent a knowledge graph it can search, reason over, and be corrected by — so it stops forgetting your codebase between sessions.
Written in Rust. Backed by PostgreSQL + pgvector. 31 MCP tools (32 with CUBADOCS=1), 23 CLI commands**, and every number below measured on a benchmark that — as of v0.12 — actually measures what it claims to. (The previous one did not. See Measured.)
Install
pip install memory-industry # or: npm install -g memory-industry
claude mcp add memory-industry -- memory-industry
# Previous names still install the same binary:
# pip install cuba-memorys
# npm install -g cuba-memorysThat is the whole setup. On first run it provisions a PostgreSQL 18 + pgvector container via Docker and initializes the schema. Docker must be running. The cuba-memorys command remains a binary alias.
Cursor / Windsurf / VS Code / Zed
{
"mcpServers": {
"memory-industry": {
"command": "memory-industry"
}
}
}No DATABASE_URL needed. Or run cuba-memorys setup (or memory-industry setup) and it writes the config for every client it finds — then cuba-memorys setup check audits them for disagreement, which is the failure that actually bites (two configs, two embedding dimensions, one silently broken search).
Bring your own PostgreSQL
{
"mcpServers": {
"memory-industry": {
"command": "memory-industry",
"env": { "DATABASE_URL": "postgresql://user:pass@localhost:5432/brain" }
}
}
}Needs the vector and pg_trgm extensions. cuba-memorys doctor will tell you if anything is missing.
One shared daemon instead of one process per client
stdio gives every client its own process, and every process loads its own copy of the models — embeddings, reranker and NLI together are several GB. Three editor windows meant three copies, and on a 16 GB laptop that is the whole machine.
serve loads them once and answers every client over loopback HTTP, which is also the shape the 2026-07-28 MCP specification settled on: no session handshake, every request self-describing.
cuba-memorys serve # 127.0.0.1:8787 by default
cuba-memorys serve 127.0.0.1:9000 # or pick the addressShortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y memory-industry on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add memory-industry -- npx -y memory-industry
Memory Industry: common questions
- Is Memory Industry MCP server safe?
- Mostly: it is graded B (77/100). Read the Memory Industry safety report
- How do I install Memory Industry?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Memory Industry need an API key?
- No secret keys are declared. It reads 10 settings from the environment.
- Is Memory Industry maintained?
- The last commit was 9 days ago (2026-09-11). The latest release is v0.25.0.
- What can I use instead of Memory Industry?
- Servers from other publishers that do the same job: Hypermnesia MCP server, State Memory MCP server and Knowl MCP server. Compare all Memory Industry alternatives.
Alternatives to Memory Industry
Same job from other publishers: the closest match first, then the best rated.
HypermnesiaPersistent memory for AI agents — 36 cited neuroscience mechanisms, local-first, hybrid retrieval.not reviewedEstablishedA
State Memory MCPDeterministic, persistent graph server for tracking workflow state, decisions, and blockers.not reviewedEstablishedA
KnowlPersistent memory for Claude Code, Cursor and Codex. Facts retire when they change.not reviewedEstablishedA