Skip to content
Zed

anodizer for Zed

io.github.tj-smith47/anodizer

Rust release tooling — drop-in GoReleaser parity + Rust extras.

client:Zed transport:stdio runtime:oci

Install anodizer in Zed

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

{
  "context_servers": {
    "anodizer": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tj-smith47/anodizer"
      ]
    }
  }
}

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

anodizer in other clients