{"slug":"thezenmonster/agentmem","name":"agentmem","description":"Governed memory for coding agents with trust lifecycle, conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. Works with Claude Code, Cursor, Codex, Windsurf.","category":"development","tags":[],"official":false,"stars":2,"transport":"stdio","install":[{"cmd":"pip install quilmem[mcp]","imports":[]}],"tools":[{"name":"memory_health","description":"Run a health check on the memory system to confirm it's working"},{"name":"memory_add","description":"Store a typed memory with status (hypothesis/active/validated/deprecated/superseded)"},{"name":"memory_search","description":"Search memories by text, automatically ranking validated and active memories highest"},{"name":"memory_recall","description":"Recall best memories fitting within a token budget, ranked by trust level"},{"name":"memory_promote","description":"Promote a memory from hypothesis to active, or active to validated"},{"name":"memory_deprecate","description":"Mark a memory as deprecated with a reason"},{"name":"memory_supersede","description":"Replace an outdated memory with a newer one, linking old to replacement"},{"name":"detect_conflicts","description":"Find memories that contradict each other using topic overlap and negation matching"},{"name":"detect_stale","description":"Find outdated memories by age, missing source files, or hash drift"},{"name":"health_check","description":"Score memory system health 0-100 based on conflicts, stale percentage, orphaned references, deprecated weight, and validated memories"}],"env_vars":[],"auth_type":"none","github":"https://github.com/Thezenmonster/agentmem","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}