heliograph for Cursor
io.github.heliograph-io/heliograph
Run commands on a machine you cannot SSH into. Air-gapped, bastion-only, change-controlled.
client:Cursor
transport:stdio
runtime:npm
Install heliograph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"heliograph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dbhq/heliograph"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs