https://github.com/tacticlaunch/cursor-bank
Cursor memory bank feature like in Cline - Plan, Act, Update
https://github.com/tacticlaunch/cursor-bank
cursor llm memory-bank
Last synced: 4 months ago
JSON representation
Cursor memory bank feature like in Cline - Plan, Act, Update
- Host: GitHub
- URL: https://github.com/tacticlaunch/cursor-bank
- Owner: tacticlaunch
- License: mit
- Created: 2025-03-26T16:36:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T13:16:46.000Z (6 months ago)
- Last Synced: 2025-06-03T07:41:47.784Z (4 months ago)
- Topics: cursor, llm, memory-bank
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 116
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cursor Memory Bank
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.
## Installation
### Option 1: Using npx (Recommended)
Run the following command in your project root directory:
```bash
npx cursor-bank init
```This will automatically:
1. Copy the `.cursor/rules` directory to your project
2. Create a `memory-bank` directory in your project rootOther options
### Option 2: Global Installation
```bash
npm install -g cursor-bank
```2. Run the init command in your project:
```bash
cursor-bank init
```### Option 3: Download Files Directly
You can also download the `.cursor/rules` directory manually from:
https://github.com/tacticlaunch/cursor-bank/tree/main/.cursor/rules## After Installation
- For exists project write to Cursor agent - **initialize memory bank**
- For new project I would recommend this flow:
- Write to Cursor agent
```
PLAN
```
- After Cursor agent end its speach write to it - **initialize memory bank**## Usage
### Basic Commands
- `PLAN` - Enter or return to plan mode
- `ACT` - Approve plan and switch to implementation mode
- `update memory bank` - Trigger documentation update## Links
[tacticlaunch/mcp-linear](https://github.com/tacticlaunch/mcp-linear) - If you are a developer seeking to enhance your workflow with Linear, consider giving it a try.
## License
This project is licensed under the MIT License - see the LICENSE file for details.