memory for Cursor
io.github.velixarai/memory
Persistent memory for AI assistants. Store, search, and recall across sessions.
client:Cursor
transport:stdio
runtime:npm
Install memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"velixar-mcp-server"
],
"env": {
"VELIXAR_API_KEY": "<VELIXAR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs