Skip to main content

Get OMEGA

Your agent remembers decisions, lessons, and context across every session. Install in under a minute.

One-click installers

Download the installer for your platform. It registers OMEGA as an MCP server in Claude Desktop automatically.

macOS

Universal (Intel + Apple Silicon)

~94 MB

Download for macOS

Requires macOS 12+

Windows

64-bit installer

~12 MB

Download for Windows

Requires Windows 10+

Install via pip

For Python developers and anyone who prefers the command line. Works on macOS, Linux, and Windows.

terminal
$pip install omega-memory
$omega setup
17 MCP tools registered. Ready.

MCP configuration

Add OMEGA as an MCP server to your AI coding agent. Requires Python 3.11+ and pip install omega-memory first.

terminal
$claude mcp add omega -- python3.11 -m omega serve

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.

terminal
$pip install omega-obsidian
$claude mcp add omega-obsidian -- omega-obsidian --vault-path /path/to/vault

For higher-quality embeddings: pip install omega-obsidian[omega]