OpenMemory Rule Installer
1. Clone Repository
git clone https://github.com/openmemory/cursor-extension.git
cd cursor-extension
2. Build and Install Extension
# Install dependencies
npm install
# Compile TypeScript
npm run compile
# Package extension
npm run package
3. Install in Cursor
- Open Cursor
- Press
Cmd+Shift+P (Command Palette)
- Type:
Extensions: Install from VSIX...
- Select:
openmemory-1.0.0.vsix
- Click "Install"
- Restart Cursor
| |