A
licenseNot graded
qualityA
maintenancePersistent memory for AI coding agents
809 PyPI
218
Apache 2.0
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct operation: permanent facts, exchange takeaways, scoring, search, update, and delete. Descriptions clearly differentiate purposes, leaving no ambiguity for an agent.
All tool names follow a consistent verb_noun or verb_preposition_noun pattern in snake_case, ensuring predictability and clarity.
With 6 tools covering the core operations of a memory system, the count is well-scoped—neither too few nor excessive for the domain.
The set provides complete CRUD (create via add_to_memory_bank and record_response, read via search_memory, update via update_memory, delete via delete_memory) plus an additional scoring capability, leaving no obvious gaps.