Cursor Memory Bank is a powerful feature that enhances AI assistance by maintaining perfect documentation between sessions. It addresses AI's session memory limitations by creating a structured documentation system that serves as the AI's persistent memory.
Run the following command in your project root directory:
npx cursor-bank init
This will automatically:
- Copy the
.cursor/rules
directory to your project - Create a
memory-bank
directory in your project root
Other options
npm install -g cursor-bank
- Run the init command in your project:
cursor-bank init
You can also download the .cursor/rules
directory manually from:
https://github.com/tacticlaunch/cursor-memory-bank/tree/main/.cursor/rules
- For exists project write to Cursor agent - initialize memory bank
- For new project I would recommend this flow:
- Write to Cursor agent
PLAN <Describe your details of the project that you want to build>
- After Cursor agent end its speach write to it - initialize memory bank
- Write to Cursor agent
PLAN
- Enter or return to plan modeACT
- Approve plan and switch to implementation modeupdate memory bank
- Trigger documentation update
tacticlaunch/mcp-linear - If you are a developer seeking to enhance your workflow with Linear, consider giving it a try.
This project is licensed under the MIT License - see the LICENSE file for details.