nexusmem for Cursor
io.github.yaminbkk/nexusmem
Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.
client:Cursor
transport:stdio
runtime:npm
Install nexusmem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nexusmem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nexusmem"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs