keymem for Claude Desktop
io.github.donggyun112/keymem
Associative key-graph memory for LLM agents — recall by association, not vector similarity.
client:Claude Desktop
transport:stdio
runtime:npm
Install keymem in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs