context mem for Cursor
io.github.jubakitiashvili/context-mem
Persistent memory for AI agents — 98%+ retrieval recall, 99% token savings, 44 tools
client:Cursor
transport:stdio
runtime:npm
Install context mem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"context-mem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs