linksee memory for Cursor
io.github.michielinksee/linksee-memory
Hand a project over with the reasons attached. Local-first cross-agent memory MCP + drift detection.
client:Cursor
transport:stdio
runtime:npm
Install linksee memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"linksee-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"linksee-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs