Skip to content
Zed

infrabroker for Zed

io.github.luisgf/infrabroker

SSH & Kubernetes access broker for AI agents; the model never touches a credential.

client:Zed transport:stdio runtime:oci

Install infrabroker in Zed

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

{
  "context_servers": {
    "infrabroker": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/luisgf/infrabroker:3.1.3"
      ]
    }
  }
}

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

infrabroker in other clients