keymem for Cursor
io.github.donggyun112/keymem
Associative key-graph memory for LLM agents — recall by association, not vector similarity.
client:Cursor
transport:stdio
runtime:npm
Install keymem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"keymem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs