71
/ 100
8 days ago
glama

Memory MCP Server

A generic MCP memory service that provides AI clients with long-term memory capabilities, including semantic search, categorization, and priority management. Supports both local JSON and cloud PostgreSQL storage.

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.
🔐
You'll be asked for 1 credential: GEMINI_API_KEY
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.
configDATABASE_URLexport ="postgresql://user:pass@host:5432/dbname"
🔐 secretGEMINI_API_KEYexport ="your-gemini-api-key" # 可选,用于语义搜索
configTOOL_PREFIXexport ="work_" # 工具名将变为 work_save_memory, work_recall_memory 等
configSEARCH_MODE
configMAX_RESULTS第 3+ 次 条(默认 3) 正常搜索,完整返回
configSERVER_NAMEexport ="work-memory" # 服务器名称
configPORTexport =8000
// 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/neige-neige-memory-defrost-1ynhiu)](https://m8ven.ai/mcp/neige-neige-memory-defrost-1ynhiu)
commit: 3d59e7c8a45d540680dfed2542800a0f5e566a21
code hash: 297f552ac2a228d812c0c4e0704ff561c5ec665221acc49298d69df2e0b6ee3e
verified: 6/22/2026, 1:02:17 PM
view raw JSON →