Skip to content

Add omega-memory MCP server#155

Open
singularityjason wants to merge 1 commit intoccplugins:mainfrom
singularityjason:add-omega-memory
Open

Add omega-memory MCP server#155
singularityjason wants to merge 1 commit intoccplugins:mainfrom
singularityjason:add-omega-memory

Conversation

@singularityjason
Copy link
Copy Markdown

Summary

Adds omega-memory to the Workflow Orchestration section.

omega-memory is a persistent memory MCP server for Claude Code that provides:

  • Semantic search across stored memories
  • Auto-capture of decisions, preferences, and lessons from coding sessions
  • Intelligent forgetting with strength decay and consolidation
  • Cross-session learning so Claude Code recalls prior context

Local-first with zero cloud dependency. SQLite storage + ONNX embeddings. Available on PyPI: pip install omega-memory[server]

Changes

  • Added plugins/omega-memory/ directory with plugin.json and agent markdown
  • Added omega-memory entry to README.md and README-zh.md (Workflow Orchestration section, alphabetically sorted)

Add omega-memory to the Workflow Orchestration section. omega-memory
provides persistent memory for AI coding agents with semantic search,
auto-capture, intelligent forgetting, and cross-session learning. It
works as an MCP server for Claude Code, is local-first with zero cloud
dependency, and can be installed via pip install omega-memory[server].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants