mcp-memory-bank
v1.0.0
Published
MCP Memory Bank server for Cursor IDE - A graph-based knowledge management system
Maintainers
Readme
MCP Memory Bank
A graph-based knowledge management system for Cursor IDE that implements the Model Context Protocol (MCP).
Quick Start
Run directly with npx:
npx mcp-memory-bankOr install globally:
npm install -g mcp-memory-bank
mcp-memory-bankFeatures
- Graph-based knowledge storage
- MCP protocol implementation
- Cross-platform support
- Configurable storage location
- Command-line interface
Usage
Basic Usage
Start the server with default settings:
mcp-memory-bankCustom Storage Location
Specify a custom path for storing the memory bank:
mcp-memory-bank --path /custom/path/to/storageDebug Mode
Enable debug mode for additional logging:
mcp-memory-bank --debugEnvironment Variables
MEMORY_BASE_PATH: Set the base path for memory bank storageMEMORY_BASE_PATH=/custom/path mcp-memory-bank
Requirements
- Node.js >= 16.0.0
- npm >= 7.0.0
Development
Clone the repository:
git clone https://github.com/JackOman69/cursor_riper_memory_bank.gitInstall dependencies:
npm installBuild the project:
npm run buildRun locally:
npm start
License
ISC
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
