Documentation
README
OMEGA Memory
Persistent memory for AI coding agents. Your agent remembers decisions, learns from mistakes, and picks up where it left off.
Installation
pip3 install omega-memory[server]
omega setup
The omega setup command auto-configures your MCP client (Claude Code, Cursor, Windsurf, or Zed). No API keys needed β runs fully local with CPU-only embeddings.
What It Does
OMEGA gives your agent a persistent memory layer across coding sessions:
- Decisions & context carry forward β no re-explaining
- Lessons learned from errors are recalled before you repeat them
- Checkpoint/resume lets you pause complex tasks and pick up later
- Semantic search over all stored memories with contextual re-ranking
MCP Tools (12 tools)
This is the opening of the README. Read the full README on GitHub.