A graph-based knowledge management system for Cursor IDE that implements the Model Context Protocol (MCP).
Run directly with npx:
npx mcp-memory-bank
Or install globally:
npm install -g mcp-memory-bank
mcp-memory-bank
- Graph-based knowledge storage
- MCP protocol implementation
- Cross-platform support
- Configurable storage location
- Command-line interface
Start the server with default settings:
mcp-memory-bank
Specify a custom path for storing the memory bank:
mcp-memory-bank --path /custom/path/to/storage
Enable debug mode for additional logging:
mcp-memory-bank --debug
-
MEMORY_BASE_PATH
: Set the base path for memory bank storageMEMORY_BASE_PATH=/custom/path mcp-memory-bank
- Node.js >= 16.0.0
- npm >= 7.0.0
-
Clone the repository:
git clone https://github.com/JackOman69/cursor_riper_memory_bank.git
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Run locally:
npm start
ISC
Contributions are welcome! Please feel free to submit a Pull Request.