Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

vasperamemory in other clients