This server offers a simple yet robust key-value store, enabling AI agents to manage and retain information across sessions. It functions as a Model Context Protocol (MCP) server, allowing agents to store, retrieve, list, delete, and search data. This ensures that valuable context, learned information, or any other necessary data are persistently available, enhancing agent capabilities by providing a reliable memory component.
Key Features
01Delete stored data by key
02Retrieve stored data by key or search criteria
03Persistent data storage across sessions
04Store key-value pairs or structured data
05List all available stored keys
060 GitHub stars