Get OMEGA
Install the free local context core, prove token-efficient recall in your MCP client, then upgrade only when coordination, routing, docs, audit, or sync matter.
One-click installers
Download the installer for your platform. It registers OMEGA as an MCP server in Claude Desktop automatically.
Install via pip
For Python developers and anyone who wants the latest context engine release. Works on macOS, Linux, and Windows.
Prove the context layer before you pay
The first useful moment should happen inside your agent workflow, not on a pricing page. Store one decision, close the session, and retrieve it later without reloading a notes file.
1. Store a decision
"Remember that auth uses JWT with RS256, not session cookies."
2. Verify recall
Open a new session and ask: "What did we decide about auth?" OMEGA retrieves a compact context packet locally.
3. Upgrade on friction
Use Pro when you need file claims, task queues, routing, project docs, audit, sync, or client isolation.
MCP configuration
Add OMEGA as an MCP server to your AI coding agent. Requires Python 3.11+ and pip install -U omega-memory first.
Also works with
Antigravity
Gemini-powered IDE
Claude Desktop
One-click installer above
Zed
MCP extension support
Any MCP Client
Standard stdio protocol
python3.11 -m omega serve
Obsidian Integration
Connect OMEGA with your Obsidian vault: query your notes from any AI agent with semantic search, write memories back, and explore your knowledge graph.
For higher-quality embeddings: pip install omega-obsidian[omega]