OMEGA is a local-first memory system for AI agents that allows them to retain context and learning across sessions without relying on cloud services or API keys. It supports multiple AI models and coding agents.
From the registry: Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.
$ pip install omega-memory[server]$ omega setupPlease install the `omega-memory` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install omega-memory with server extra** — Install the package including the MCP server dependencies. Run: `pip install omega-memory[server]`
- **Run omega setup** — Downloads the ONNX embedding model (~90 MB), registers the MCP server, and installs hooks. Run: `omega setup`
Canonical MCP server config (stdio transport):
- command: `python3`
- args: ["-m","omega.server.mcp_server"]
Note: Local-first, no cloud. `omega setup` registers the MCP server automatically for detected clients.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support