Skip to content
Zed

OMEGA Memory for Zed

io.github.omega-memory/omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

client:Zed transport:stdio runtime:pypi

Install OMEGA Memory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "omega-memory": {
      "command": "uvx",
      "args": [
        "omega-memory"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

OMEGA Memory in other clients