MCP Catalogs
首页

omega-memory

by omega-memory·138·综合分 48

为 AI 代理提供跨会话记忆的持久化系统,支持 MCP 服务器集成。

ai-llmdeveloper-toolsknowledge-graph
22
Forks
1
活跃 Issue
本月
最近提交
2 天前
收录于

概述

OMEGA 为 AI 编码代理提供本地优先的持久化记忆系统,无需云依赖即可在会话间保存决策、偏好和架构选择。系统完全在用户设备上运行,使用 SQLite 存储和 ONNX 嵌入,避免供应商锁定和数据隐私问题。作为 MCP 服务器,它可与 Claude、GPT、Gemini、Cursor、Claw Code 和任何 MCP 客户端无缝集成。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:为 AI 编码助手提供跨开发会话的持久化记忆
:多代理协作,包含文件/分支锁定和任务管理
:个人知识库,支持语义搜索和文档摄取
:OMEGA 与 Anthropic 的记忆工具有什么不同?
:我可以不将 OMEGA 作为 MCP 服务器运行吗?

什么时候选它

当你需要AI编程助手在多个会话间保持记忆,并希望避免云依赖或厂商锁定时,选择OMEGA。

什么时候不要选它

如果你需要跨设备的云记忆同步,或者需要复杂的多代理协调功能(仅付费专业版提供),不要选择OMEGA。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • omega_store

    Store typed memory (decision, lesson, error, summary)

  • omega_query

    Semantic search with tag filters and contextual re-ranking

  • omega_welcome

    Session briefing with recent memories and profile

  • omega_profile

    Read or update user profile

  • omega_delete_memory

    Delete a specific memory by ID

  • omega_edit_memory

    Edit the content of a memory

  • omega_lessons

    Cross-session lessons ranked by access count

  • omega_timeline

    Memories grouped by day

  • omega_compact

    Cluster and summarize related memories

  • omega_checkpoint

    Save task state for cross-session continuity

  • omega_resume_task

    Resume a previously checkpointed task

  • omega_remind

    Set a time-based reminder

可对比工具

mem0anthropic-memoryxain

安装

安装

pip install omega-memory[server]    # 完整安装(记忆 + MCP 服务器)
omega setup                         # 下载模型,注册 MCP,安装钩子
omega doctor                        # 验证一切是否正常工作

Claude Desktop

pip install omega-memory[server]
omega setup --client claude-desktop

这将在 Claude Desktop 的配置中注册 OMEGA 作为 MCP 服务器。重启 Claude Desktop 即可激活。

FAQ

OMEGA 与 Anthropic 的记忆工具有什么不同?
OMEGA 可与任何 LLM/代理配合使用(不仅限于 Claude),完全本地存储数据而不需要 API 调用,并包含语义搜索和多代理协作等高级功能。
我可以不将 OMEGA 作为 MCP 服务器运行吗?
是的,您可以仅将其作为 Python 库安装 `pip install omega-memory`,或使用仅钩子模式 `omega setup --hooks-only` 来节省资源。

omega-memory 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。