74
/ 100
20 days ago
glama

AI Memory MCP

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.

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 3 credentials: ANTHROPIC_API_KEY, EMBEDDING_API_KEY, OPENAI_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.
🔐 secretANTHROPIC_API_KEYAuto-extraction is optional. Set to enable the
configDEFAULT_USER_ID"": "your-name"
🔐 secretEMBEDDING_API_KEYUsed when EMBEDDING_PROVIDER=custom
configEMBEDDING_API_URLprovider default Endpoint for openai/custom
configEMBEDDING_DIM256 (local) / 1536 (openai) Vector dimensionality
configEMBEDDING_MODELtext-embedding-3-small Remote embedding model name
configEMBEDDING_PROVIDER(unset → local hash) openai \ custom \ unset
configMEMORY_DB_PATH"": "/absolute/path/to/ai-memory-mcp/memory.db",
🔐 secretOPENAI_API_KEYUsed when EMBEDDING_PROVIDER=openai
// 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 6 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/pateljeel123-ai-memory-mcp-1brqbv)](https://m8ven.ai/mcp/pateljeel123-ai-memory-mcp-1brqbv)
commit: 89f7b3c42a8ce096856b38d677227ec6d93ac2d0
code hash: 7a3607889cdada026fe42f4ffd15863b7d5f3587082e762125c5fa4d9f473920
verified: 7/11/2026, 8:18:59 AM
view raw JSON →