Provides persistent key-value storage for AI agents, allowing free data retrieval and secure modification via Veyra commit mode.
Sponsored
Veyra Memory offers a dedicated persistent key-value store, empowering AI agents with long-term memory capabilities. It functions as an MCP server, allowing agents to freely access stored information using tools like `memory_get`, `memory_list`, and `memory_search`. Critical write operations, including storing new data, deleting entries, or clearing the memory, are secured by Veyra commit mode, ensuring trusted and verified actions for production AI agent applications. Data is efficiently stored in an SQLite database.
Key Features
01Veyra-protected write, delete, and clear operations
02MCP Server integration for seamless agent interaction
03Free read operations (get, list, search)
04SQLite-based local data storage
050 GitHub stars
06Persistent key-value storage for AI agents
Use Cases
01Implementing persistent state management for complex AI agent workflows
02Maintaining conversational history and context for AI agents
03Allowing AI agents to store and retrieve learned information or specific data points