vasperamemory for Cursor
io.github.rcolkitt/vasperamemory
Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.
client:Cursor
transport:stdio
runtime:npm
Install vasperamemory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vasperamemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vasperamemory"
],
"env": {
"VASPERA_API_KEY": "<VASPERA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs