cursor-supermemory
v1.0.0
Published
Persistent AI memory for Cursor — powered by Supermemory
Maintainers
Readme
cursor-supermemory
Persistent AI memory for Cursor — powered by Supermemory.
Install
Install from the Cursor Marketplace, then authenticate:
bunx cursor-supermemory@latest loginWhat it does
- MCP tools — 5 tools available in every Cursor AI session:
supermemory_search— search past memoriessupermemory_add— save new memoriessupermemory_profile— get your user profilesupermemory_list— list recent memoriessupermemory_forget— delete a memory
- Session hooks — automatically injects relevant memories at session start; saves conversation highlights at session end
- Always-on rule — reminds the AI to use memory tools proactively
Configuration
| Variable | Description |
|---|---|
| SUPERMEMORY_API_KEY | API key (highest priority) |
| CURSOR_USER_EMAIL | Used for user container tag |
| CURSOR_PROJECT_DIR | Used for project container tag |
| SUPERMEMORY_DEBUG | Set to 1 for debug logging |
Project config: .cursor/.supermemory/config.json (add to .gitignore)
Development
bun install
bun run build # compiles all dist/ files