Skip to content
Zed

Arno for Zed

io.github.julianbei/arno

The IDE for agents: read by symbol, edit against a revision, validate with your own build, revert.

client:Zed transport:stdio runtime:oci

Install Arno in Zed

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

{
  "context_servers": {
    "arno": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/julianbei/arno-mcp:v0.0.12"
      ]
    }
  }
}

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

Arno in other clients