Provides persistent memory storage using SQLite for storing and managing data across sessions.
Sponsored
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.
Características Principales
01Supports saving and loading memories via chat commands.
02Uses SQLite for persistent storage.
030 GitHub stars
04Configurable database path via environment variable.
05Provides @mcp.resource and @mcp.tool decorators for easy integration.
Casos de Uso
01Storing relevant information from conversations for later use.
02Saving and recalling chat context for more personalized interactions.