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 initThis will automatically:
- Copy the
.cursor/rulesdirectory to your project - Create a
memory-bankdirectory in your project root
Other options
npm install -g cursor-bank- Run the init command in your project:
cursor-bank initYou can also download the .cursor/rules directory manually from:
https://github.com/tacticlaunch/cursor-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.