A
licenseNot graded
qualityC
maintenanceIntelligent context-aware memory system for AI assistants that enables persistent memory, automatic development activity tracking, and intelligent information retrieval across conversations.
212 npm
18
MIT
No user-submitted related servers found.
Scored across 10 tools
log_input、log_conversation、log_chat 三个工具在功能上高度重叠,尤其后两个几乎都是记录对话内容,代理难以准确区分。context、recall、tasks 等工具边界较清晰,但日志类工具的冗余拖累了整体辨识度。
大部分工具采用 log_、get_、save_ 等动词前缀,但 context、tasks、files 是纯名词形式,破坏了统一的 verb_noun 模式。log_conversation 与 log_chat 对同类操作命名也不一致,整体属于混用但尚可读的状态。
10 个工具对于记忆管理类服务器来说数量适中,没有过度膨胀。不过由于日志记录类工具重复,实际有效工具数量略低于表面数量,存在一定冗余。
覆盖了上下文状态管理、记忆召回、对话记录、历史读取、用户设定以及任务和文件管理,基本满足记忆服务器的核心需求。缺少显式的记忆删除或更新操作,但整体不会造成严重使用阻碍。