0
/ 100
1 month ago
glama

memory-mcp

Multi-tier memory system for AI assistants, integrating semantic, episodic, time-series, and spatial memory with pattern detection and MCP tools.

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
🚨
Code appears obfuscated
2 files are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 5 credentials: HA_TOKEN, MEMORY_API_TOKEN, MEMORY_MQTT_PASSWORD, MEMORY_AI_API_KEY, MEMORY_LLM_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.
configMEMORY_CORS_ORIGINS
configHA_URL
🔐 secretHA_TOKEN
configMEMORY_API_URL
🔐 secretMEMORY_API_TOKEN
configHA_POLL_INTERVAL
configMEMORY_PERSON_NAME
configMEMORY_MQTT_BROKER
configMEMORY_MQTT_PORT
configMEMORY_MQTT_USER
🔐 secretMEMORY_MQTT_PASSWORD
configMEMORY_MQTT_TOPICS
configMEMORY_MQTT_CLIENT_ID
configMEMORY_DB_PATH
configMEMORY_AI_BASE_URLexport =http://localhost:11434/v1
🔐 secretMEMORY_AI_API_KEYexport =sk-...
configMEMORY_EMBED_MODELexport =nomic-embed-text # 768-dim
configMEMORY_EMBED_DIMexport =1536
configMEMORY_LLM_MODELexport =llama3.2
configMEMORY_LLM_BASE_URLexport =http://gpu-host.local:11434/v1
🔐 secretMEMORY_LLM_API_KEY
configMEMORY_DECAY_HALFLIFE_DAYSexport =90 # global default
configMEMORY_DECAY_CATEGORY_HALFLIFEexport ='{"preference": 180, "insight": 30}'
configMEMORY_LOCATION_DECAY_HALFLIFE_HOURSexport =24
configMEMORY_AI_TIMEOUTexport =30 # seconds; applies to both embed() and LLM calls
configMEMORY_LOG_LEVEL
configMEMORY_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 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/brianchilders-memory-mcp-isrdsh)](https://m8ven.ai/mcp/brianchilders-memory-mcp-isrdsh)
commit: 5671318d66188c310747bab8be34a0e8b905af0a
code hash: 4e2644d3b4a1a9e64fbe9abb329115bd6e73ff1372bdb5d6472bf47c400f51f3
verified: 6/22/2026, 12:25:56 PM
view raw JSON →