mcpbeat Sign in

Heliograph MCP Server

by heliograph-io Your server? Claim it
local only

Heliograph runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 17 · avg 2
a month agotoday
66
Installs / week
npm · @dbhq/heliograph
0
Stars
22 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Shell

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository heliograph-io/heliograph
пакет @dbhq/heliograph ссылается на dbhq-uk/heliograph

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add heliograph -- npx -y @dbhq/heliograph
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "heliograph": {
      "args": [
        "-y",
        "@dbhq/heliograph"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.heliograph]
command = "npx"
args = ["-y", "@dbhq/heliograph"]
.cursor/mcp.json
{
  "mcpServers": {
    "heliograph": {
      "args": [
        "-y",
        "@dbhq/heliograph"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "heliograph": {
      "args": [
        "-y",
        "@dbhq/heliograph"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Heliograph

same job, measured the same way
Heliograph
by dbhq-uk

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

local only
GitInProgress
by ysk-abe

Group your AI's changes into focused commit candidates; nothing lands until you approve.

local only
MCP Sudo
by kamarusama

Run sudo commands with a Fernet-encrypted password bound to machine-id + user.

85 installs/wk local only
Agentmetal
by agentmetal

Rent a Linux VPS from an AI agent: provision, SSH in, run commands. Pay USDC (x402) or card.

132 installs/wk local only
CMDOP Machine Care
by commandoperator

Read-only health and storage diagnostics for an enrolled CMDOP machine fleet.

local only
F
Salamailer
by salamailer

Send end-to-end encrypted email and files. Encryption happens on your machine, not our server.

54 installs/wk local only
fish-bridge — Session Knowledge Graph
by makeamouse

Compresses AI chat sessions into a typed knowledge graph. Local/offline via Ollama.

99 installs/wk local only
Tactus
by projectailiberation

Content-agnostic control layer for intimate hardware; forwards Buttplug/Intiface commands only.

44 installs/wk local only

Heliograph — questions

Answers built from our own checks of this server.

Why is there no uptime for Heliograph?
Heliograph runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dbhq/heliograph was installed 66 times last week.
How do I connect Heliograph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dbhq/heliograph straight from npm; nothing to host, nothing to sign up for.
How many people use Heliograph?
The npm package @dbhq/heliograph was installed 66 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Heliograph open source?
Yes — it is published under the Apache-2.0 licence, written in Shell, 0 stars on GitHub and 22 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.