post-cortex
活跃·★ 20·MIT·更新于 2026-05-17
★ 时下流行★ 工作流自动化★ RAG / 知识库
Post-Cortex是一个为AI助手提供长期记忆的MCP服务器。
Post-Cortex是一个MCP服务器,为AI助手提供持久记忆。它将对话、决策和洞察存储在可搜索的知识库中,并自动提取实体。所有处理均在本地运行,无外部API调用,确保隐私。
#人工智能#AI 记忆#graph-rag#知识图谱#大语言模型#lock-free#MCP 协议#MCP 服务器
01
功能特性
01跨会话的持久记忆
02多语言嵌入的语义搜索
03图增强检索(Graph-RAG)丰富搜索结果
04带有类型化实体和关系的知识图谱
05非阻塞写入,低延迟
02
兼容性
macOS
macOS (Homebrew)
已通过文档验证
Linux
Linux (Homebrew)
已通过文档验证
Cross-platform
所有支持Cargo的平台
已通过文档验证
03
快速开始
1
$ cargo install post-cortex-daemon --features "embeddings,surrealdb-storage"
04
使用场景
↳跨对话具有长期记忆的AI助手
↳多会话项目的知识管理和检索
↳AI工具的隐私优先本地记忆
05
同类工具
相关搜索
评论
登录后发表评论
- FFinley Wilson2026年5月3日
Post-session knowledge consolidation means important context isn't lost.
- RRiver White2026年3月31日
Knowledge graph structure makes related information discoverable, not just retrievable.
- HHayden Brown2026年3月25日
Good for agents doing research or writing where connections between ideas matter.
- RReese Wilson2026年3月11日
Durable memory with automatic knowledge graph construction is a powerful combination.