Memory Plugin icon

Memory Plugin

Createdmekanixms

Provides persistent memory storage using SQLite for storing and managing data across sessions.

About

The Memory Plugin is a Python-based tool designed for persistent memory storage. It leverages SQLite as a backend database to store and manage data across different sessions. This allows applications to retain information, context, and states, ensuring data persistence and facilitating more robust and context-aware functionality.

Key Features

  • Supports saving and loading memories via chat commands.
  • Uses SQLite for persistent storage.
  • 0 GitHub stars
  • Configurable database path via environment variable.
  • Provides @mcp.resource and @mcp.tool decorators for easy integration.

Use Cases

  • Storing relevant information from conversations for later use.
  • Saving and recalling chat context for more personalized interactions.
  • Maintaining application state across sessions.