io.github.studiomeyer-io
local-memory-mcp
Local Memory
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
stdiocommunityinfra
Package Details
@studiomeyer/local-memory-mcp
Transportstdio
Environment Variables
MEMORY_DB_PATH(str)
Custom path for the SQLite database file
MEMORY_EMBED_DISABLED(str)
Disable the local embedding pipeline (forces FTS5-only search). Useful in restricted networks where the model can't be downloaded.
MEMORY_EMBED_MODEL(str)
Override the embedding model id (defaults to Xenova/multilingual-e5-small).
MEMORY_EMBED_CACHE_DIR(str)
Override the Transformers.js cache directory (defaults to the OS data dir).