Skip to content
Zed

heliograph for Zed

io.github.heliograph-io/heliograph

Run commands on a machine you cannot SSH into. Air-gapped, bastion-only, change-controlled.

client:Zed transport:stdio runtime:npm

Install heliograph in Zed

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

{
  "context_servers": {
    "heliograph": {
      "command": "npx",
      "args": [
        "-y",
        "@dbhq/heliograph"
      ]
    }
  }
}

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

heliograph in other clients