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.
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.
process.env. You'll be asked to provide them before it can run.DATABASE_URL— export ="postgresql://user:pass@host:5432/dbname"GEMINI_API_KEY— export ="your-gemini-api-key" # 可选,用于语义搜索TOOL_PREFIX— export ="work_" # 工具名将变为 work_save_memory, work_recall_memory 等SEARCH_MODEMAX_RESULTS— 第 3+ 次 条(默认 3) 正常搜索,完整返回SERVER_NAME— export ="work-memory" # 服务器名称PORT— export =8000[](https://m8ven.ai/mcp/neige-neige-memory-defrost-1ynhiu)