A
licenseA
qualityC
maintenancePersistent memory MCP server for AI agents, using SQLite with hybrid keyword and semantic search for long-term memory storage.
5
Do What The F*ck You Want To Public
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct memory operation: save (create), delete, update, verify, and query (search). There is no overlap in purpose, so an agent can easily select the right tool.
All tool names follow a consistent verb_noun pattern (e.g., save_memory, delete_memory, update_memory), making the API predictable and easy to navigate.
With exactly 5 tools, the server is well-scoped for a memory management domain, covering essential operations without unnecessary complexity.
The server provides full CRUD coverage (save, query, update, delete) plus a verify operation for freshness. No critical lifecycle steps are missing for long-term memory storage.