Skip to content
Zed

OMEM for Zed

io.github.troybrandonc-bit/omem

Memory for AI agents that tracks beliefs over time and surfaces contradictions

client:Zed transport:stdio runtime:pypi

Install OMEM in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "omem": {
      "command": "uvx",
      "args": [
        "omem-infrastructure"
      ],
      "env": {
        "OMEM_API_KEY": "<OMEM_API_KEY>",
        "OMEM_PROJECT": "<OMEM_PROJECT>",
        "OMEM_BASE_URL": "<OMEM_BASE_URL>",
        "OMEM_AGENT": "<OMEM_AGENT>",
        "OMEM_USER": "<OMEM_USER>"
      }
    }
  }
}

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

OMEM in other clients