Skip to content
Zed

KSail for Zed

io.github.devantler-tech/ksail

SDK for creating, managing, and operating Kubernetes clusters and workloads with ease.

client:Zed transport:stdio runtime:oci

Install KSail in Zed

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

{
  "context_servers": {
    "ksail": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/devantler-tech/ksail:v7.193.2"
      ]
    }
  }
}

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

KSail in other clients