mcp_memory_plugin

mcp_memory_plugin

3.2

If you are the rightful owner of mcp_memory_plugin and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Python-based memory plugin that uses SQLite for persistent storage.

The Memory Plugin is a Python-based tool designed to provide persistent memory storage functionality using SQLite as the backend database. It allows users to store and manage data across sessions, ensuring that important information is retained and easily accessible. The plugin is configured through environment variables and requires Python and SQLite to function. Users can interact with the plugin through specific commands to load, save, and categorize memories, making it a versatile tool for managing data in various applications.

Features

  • Persistent Storage: Utilizes SQLite for storing data across sessions.
  • Environment Configuration: Easily set up using a .env file for database path configuration.
  • Cross-Platform Compatibility: Works on both MacOS and Windows with specific configuration files.
  • Command-Based Interaction: Use specific commands to load, save, and categorize memories.
  • Open Source: Licensed under the MIT License, allowing for community contributions and modifications.