omega-memory
by omega-memory·★ 138·Score 48
Cross-model memory system for AI agents that persists across sessions with MCP server support.
Overview
OMEGA provides persistent memory for AI coding agents that works locally-first without cloud dependencies. It stores decisions, preferences, and architectural choices across sessions, eliminating context loss and repeated mistakes. The system runs entirely on the user's machine using SQLite storage with ONNX embeddings, avoiding vendor lock-in and data privacy concerns. As an MCP server, it integrates seamlessly with Claude, GPT, Gemini, Cursor, Claw Code, and any MCP client.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose OMEGA when you need persistent memory for AI coding assistants across sessions and want to avoid cloud dependencies or vendor lock-in.
When NOT to choose this
Don't choose OMEGA if you need cloud-based memory synchronization across devices or require extensive multi-agent coordination features (only available in the paid pro version).
Tools this server exposes
12 tools extracted from the READMEomega_storeStore typed memory (decision, lesson, error, summary)
omega_querySemantic search with tag filters and contextual re-ranking
omega_welcomeSession briefing with recent memories and profile
omega_profileRead or update user profile
omega_delete_memoryDelete a specific memory by ID
omega_edit_memoryEdit the content of a memory
omega_lessonsCross-session lessons ranked by access count
omega_timelineMemories grouped by day
omega_compactCluster and summarize related memories
omega_checkpointSave task state for cross-session continuity
omega_resume_taskResume a previously checkpointed task
omega_remindSet a time-based reminder
Comparable tools
Installation
Installation
pip install omega-memory[server] # Full install (memory + MCP server)
omega setup # Downloads model, registers MCP, installs hooks
omega doctor # Verify everything worksClaude Desktop
pip install omega-memory[server]
omega setup --client claude-desktopThis registers OMEGA as an MCP server in Claude Desktop's config. Restart Claude Desktop to activate.
FAQ
- What makes OMEGA different from Anthropic's Memory Tool?
- OMEGA works with any LLM/agent (not just Claude), stores data entirely locally without requiring API calls, and includes advanced features like semantic search and multi-agent coordination.
- Can I use OMEGA without running it as an MCP server?
- Yes, you can install it as a Python library only with `pip install omega-memory` or use hooks-only mode with `omega setup --hooks-only` to save resources.
Compare omega-memory with
Last updated · Auto-generated from public README + GitHub signals.