Local Memory for Claude Desktop
io.github.studiomeyer-io/local-memory-mcp
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
client:Claude Desktop
transport:stdio
runtime:npm
Install Local Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"local-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@studiomeyer/local-memory-mcp"
],
"env": {
"MEMORY_DB_PATH": "<MEMORY_DB_PATH>",
"MEMORY_EMBED_DISABLED": "<MEMORY_EMBED_DISABLED>",
"MEMORY_EMBED_MODEL": "<MEMORY_EMBED_MODEL>",
"MEMORY_EMBED_CACHE_DIR": "<MEMORY_EMBED_CACHE_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs