73
/ 100
1 month ago
glama

supermem

MCP server providing persistent AI memory with four-tier retrieval (SQLite FTS5, graph, vector, LLM agent) to give AI assistants structured, long-term memory without RAG.

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 3 credentials: OPENROUTER_API_KEY, ANTHROPIC_API_KEY, SUPERMEM_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.
configSANDBOX_PARAMS
🔐 secretOPENROUTER_API_KEYexport =your_key_here
configVLLM_HOST
configVLLM_PORT
configUV
configMCP_TRANSPORT
configMCP_HOST
configMCP_PATH
configMCP_PORT
configLMSTUDIO_BASE_URL
configSUPERMEM_LLM_PROVIDERexport =openrouter
configSUPERMEM_LLM_MODELprovider default Model string (e.g. openai/gpt-4o-mini, llama3)
configOLLAMA_HOST
configOLLAMA_DEFAULT_MODEL
configVLLM_DEFAULT_MODEL
🔐 secretANTHROPIC_API_KEY_(required for claude)_ Anthropic API key
configANTHROPIC_DEFAULT_MODEL
configLMSTUDIO_HOST
configLMSTUDIO_DEFAULT_MODEL
configSUPERMEM_DB_PATH~/.supermem/supermem.db SQLite database path
configSUPERMEM_VAULT_PATHexport =~/notes
configSUPERMEM_KUZU_PATH
configSUPERMEM_CHROMA_PATH
configSUPERMEM_VECTOR├─ Tier 3: ChromaDB vector similarity ~50ms optional (=true)
configSUPERMEM_MAX_TOOL_TURNS
configSUPERMEM_SANDBOX_TIMEOUT
configSUPERMEM_COMPRESS_EVERY50 Observations written before LLM compression
configSUPERMEM_OBS_TTL_DAYS
🔐 secretSUPERMEM_API_KEY_(none)_ Bearer token for HTTP API auth (disabled if unset)
configSUPERMEM_RATE_LIMIT60 Requests/minute limit
configSUPERMEM_WORKER_PORT37777 HTTP dashboard port
configSUPERMEM_WORKER_HOST
configSUPERMEM_MIN_RESULTS
configSUPERMEM_DEFAULT_TIER_LIMIT
configSUPERMEM_LOG_LEVEL
configSUPERMEM_LOG_FORMAT
// 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/lamenting-hawthorn-supermem-10cd4z)](https://m8ven.ai/mcp/lamenting-hawthorn-supermem-10cd4z)
commit: 63088f6c1f74fd7dc6f89ec959c04ee79e96a6a2
code hash: cf2f379b151763d2ae813fe035ea23de2cf9cbb461b38b1583dab6dba6b4628f
verified: 6/22/2026, 12:11:37 PM
view raw JSON →