mcp-memory-bank
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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-bank

Or install globally:

npm install -g mcp-memory-bank
mcp-memory-bank

Features

  • 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-bank

Custom Storage Location

Specify a custom path for storing the memory bank:

mcp-memory-bank --path /custom/path/to/storage

Debug Mode

Enable debug mode for additional logging:

mcp-memory-bank --debug

Environment Variables

  • MEMORY_BASE_PATH: Set the base path for memory bank storage
    MEMORY_BASE_PATH=/custom/path mcp-memory-bank

Requirements

  • Node.js >= 16.0.0
  • npm >= 7.0.0

Development

  1. Clone the repository:

    git clone https://github.com/JackOman69/cursor_riper_memory_bank.git
  2. Install dependencies:

    npm install
  3. Build the project:

    npm run build
  4. Run locally:

    npm start

License

ISC

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

/mcp-memory-bank/

    Package Sidebar

    Install

    npm i mcp-memory-bank

    Weekly Downloads

    6

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    64.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • jackoman69