Skip to content
Zed

omen for Zed

io.github.panbanda/omen

Multi-language code analysis for complexity, debt, hotspots, ownership, and defect prediction

client:Zed transport:stdio runtime:oci

Install omen in Zed

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

{
  "context_servers": {
    "omen": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/panbanda/omen:3.0.0"
      ]
    }
  }
}

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

omen in other clients