Mneme Memory for Claude Desktop
io.github.modusensus/mneme-memory
Cross-session memory for AI coding agents via six tools; local-first SQLite store.
client:Claude Desktop
transport:stdio
runtime:npm
Install Mneme Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mneme-memory": {
"command": "npx",
"args": [
"-y",
"mneme-memory"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs