vestige
by samvallad33·★ 531·综合分 53
为AI代理提供的认知记忆系统,采用FSRS-6间隔重复技术,包含29个大脑模块和3D可视化仪表盘。
概述
Vestige是一个先进的认知记忆系统,为AI代理提供长期记忆能力。基于130年的记忆研究构建,它实现了FSRS-6间隔重复、预测误差门控、突触标记、扩散激活和记忆做梦等功能。所有功能都在本地单个22MB的Rust二进制文件中运行,配有3D神经可视化仪表盘。系统提供24个MCP工具用于内存操作,并与Claude、Cursor、VS Code、Xcode和JetBrains集成。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要为 AI 代理提供持久记忆功能,并需要间隔重复、记忆抑制和神经可视化等高级认知功能时,选择 Vestige。
什么时候不要选它
如果您需要基于云的内存解决方案,或者您使用的 AI 框架不支持 MCP 集成,请不要选择 Vestige。
此 server 暴露的工具
从 README 抽取出 12 个工具memorymemory(action, content, id, confirm)Store, retrieve, or manage memories with various operations
deep_referencedeep_reference(query, context)Perform 8-stage cognitive reasoning with FSRS-6 trust scoring and contradiction analysis
suppresssuppress(id, confirm)Actively suppress a memory to reduce its retrieval probability
predictpredict(id, include_snoozed)Predict future recall probability for a specific memory
contradictionscontradictions()Find and inspect contradictions between memories
find_duplicatesfind_duplicates(threshold)Identify potentially duplicate memories
portable_exportportable_export(export_dir)Export memories in a portable format for transfer between devices
portable_importportable_import(archive, merge)Import memories from a portable archive
consolidateconsolidate()Run memory consolidation to improve search efficiency
healthhealth()Check the health and status of the memory database
dreamdream()Run memory dreaming process to strengthen connections
scheduleschedule()View the scheduled memory operations
可对比工具
安装
安装
快速开始
- 从[GitHub releases](https://github.com/samvallad33/vestige/releases/latest)下载适用于您平台的二进制文件
- 使其可执行:
chmod +x vestige - 运行它:
./vestige
与Claude Desktop集成
将以下内容添加到您的claude_desktop_config.json中:
{
"mcpServers": {
"vestige": {
"command": "您的/vestige路径",
"args": []
}
}
}包管理器
- Cargo:
cargo install vestige - Homebrew:
brew install vestige
FAQ
- Vestige与其他AI记忆系统有何不同?
- Vestige是第一个同时实现被动衰减(Ebbinghaus 1885)和主动抑制(Anderson 2025)机制的AI记忆系统。它还在完全本地化的系统中实现了突触标记、扩散激活和记忆做梦等高级认知概念。
- Vestige是否需要云服务或互联网访问?
- 不需要,Vestige完全本地运行,零云依赖。所有内存处理、嵌入和3D仪表盘都可以离线工作。
vestige 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。