Skip to content
VS Code

heliograph for VS Code

io.github.dbhq-uk/heliograph

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

client:VS Code transport:stdio runtime:npm

Install heliograph in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

heliograph in other clients