71
/ 100
2 days ago
glama

Memory Vault

MCP server providing persistent memory for AI applications, enabling Claude to store and recall memories with hybrid search and knowledge graph.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: DB_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAPI_CORS_ORIGINSComma-separated allowed origins, or
configAPI_RATE_LIMIT_PER_MIN120 Per-IP request limit per minute
configAPI_AUTH_ENABLEDTo disable auth entirely (local dev only), set =false.
configDB_HOST"": "localhost",
configDB_PORT"": "5432",
configDB_NAME"": "memory_vault",
configDB_USER"": "memory_vault",
🔐 secretDB_PASSWORD"": "memory_vault"
configAPI_HOST0.0.0.0 Bind address
configAPI_PORT8000 Port
configEMBEDDING_MODEL
configEMBEDDING_DIMENSIONS
configEMBEDDING_BATCH_SIZE
configRRF_K
configSEARCH_DEFAULT_LIMIT
configLOG_FILE
configLOG_LEVEL
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/mihaibuilds-memory-vault-b282p7)](https://m8ven.ai/mcp/mihaibuilds-memory-vault-b282p7)
commit: a0de8c6a2de75071c411cb80685703d3424383b1
code hash: 728b1450798c4a4e025f8037e512db6d80b8c0a0c444c9adbe3e1d106f5ff6c9
verified: 7/29/2026, 9:25:34 AM
view raw JSON →