Cursor plugin that stores and retrieves memories across projects using Backboard.io.
Memories — patterns, architecture decisions, debugging insights, reusable snippets — persist across all your Cursor projects. Learn something in one project, recall it in another.
- Get a Backboard API key from backboard.io
- Install the plugin from the Cursor Marketplace
- Set
BACKBOARD_API_KEYin your environment (Cursor will prompt via${BACKBOARD_API_KEY})
| Tool | Description |
|---|---|
remember |
Store a memory with content, category, project name, and tags |
recall |
Semantic search across all project memories |
list_memories |
Browse memories filtered by project or category |
forget |
Delete a memory by ID |
- pattern — Coding patterns and best practices
- decision — Architecture/design decisions with rationale
- insight — Debugging insights and lessons learned
- snippet — Reusable code snippets
- context — Project-specific setup and configuration
cp .env.example .env
# Edit .env with your BACKBOARD_API_KEY
./start.shnode scripts/validate-template.mjs