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.
Install via pip
For Python developers and anyone who prefers the command line. Works on macOS, Linux, and Windows.
MCP configuration
Add OMEGA as an MCP server to your AI coding agent. Requires Python 3.11+ and pip install omega-memory first.
Claude Code
Cursor
{
"mcpServers": {
"omega": {
"command": "python3.11",
"args": ["-m", "omega", "serve"]
}
}
}Windsurf
{
"mcpServers": {
"omega": {
"command": "python3.11",
"args": ["-m", "omega", "serve"]
}
}
}OpenClaw
mcp_servers:
omega:
command: omega
args:
- serve
- --stdioCline
{
"mcpServers": {
"omega": {
"command": "python3.11",
"args": ["-m", "omega", "serve"]
}
}
}OpenAI Codex
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 vault memory
Ask questions about your notes. Get answers with source links. Add new notes from your agent. A standalone MCP server powered by the OMEGA embedding engine.
For higher-quality embeddings: pip install omega-obsidian[omega]
Export OMEGA memories to Obsidian
Convert your OMEGA memory database into Obsidian-compatible markdown files with YAML frontmatter and wikilinks for graph edges.
Requires omega-memory. Memories are organized by type into subdirectories with an index file.