A persistent, searchable memory layer for AI assistants, exposed as an MCP server. It supports CRUD, namespaces, hybrid ranked search, relationships, chat-context assembly, import/export, and optional LLM-powered auto-extraction.
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.ANTHROPIC_API_KEY— Auto-extraction is optional. Set to enable theDEFAULT_USER_ID— "": "your-name"EMBEDDING_API_KEY— Used when EMBEDDING_PROVIDER=customEMBEDDING_API_URL— provider default Endpoint for openai/customEMBEDDING_DIM— 256 (local) / 1536 (openai) Vector dimensionalityEMBEDDING_MODEL— text-embedding-3-small Remote embedding model nameEMBEDDING_PROVIDER— (unset → local hash) openai \ custom \ unsetMEMORY_DB_PATH— "": "/absolute/path/to/ai-memory-mcp/memory.db",OPENAI_API_KEY— Used when EMBEDDING_PROVIDER=openai[](https://m8ven.ai/mcp/pateljeel123-ai-memory-mcp-1brqbv)