Hetzner MCP with SSH server management. API + SSH in one tool.

Created By
wbf-solutions2 months ago
Manage your Hetzner Cloud infrastructure from Claude.ai, Claude Desktop, VS Code, Cursor, or any MCP-compatible client. The best part is that you can control and build anything into your servers using your phone with Claude, ChatGPT, or any other AI chat app. Two management layers give you complete control: Layer 1 — Hetzner Cloud API: Server power, metrics, snapshots, backups, firewalls, DNS zones and records, rescue mode, server rebuild and rescale. Works even when the server OS is unresponsive. Layer 2 — SSH: Services, logs, Nginx, MySQL, supervisor, cron, UFW, disk/memory/CPU monitoring. Real sysadmin tools, not just API wrappers. 60 tools. Dynamic multi-server configuration. Self-hosted and open source.
Overview

The only Hetzner MCP with SSH server management. 60 tools — Cloud API + SSH in one MCP server.

Every other Hetzner MCP only wraps the Cloud API. This one adds a full SSH management layer — the tools you actually need when managing production servers.

Layer 1 — Hetzner Cloud API (35 tools): Server power control, metrics, snapshots, backups, firewalls, DNS zones and records, rescue mode, server rebuild, rescale, SSH key management.

Layer 2 — SSH Server Management (25 tools): systemd services, Nginx config and logs, MySQL queries (read-only), disk/memory/CPU monitoring, process lists, supervisor, cron, UFW firewall, syslog, journal logs, and a guarded arbitrary command tool.

Safety features:

  • 29 blocked dangerous SSH command patterns
  • Read-only SQL enforcement
  • Confirm guards on all destructive Cloud API actions
  • Tool annotations on every tool (readOnlyHint, destructiveHint)
  • Per-IP rate limiting with atomic flock
  • Timing-safe API key authentication

Self-hosted PHP 8.1+ with phpseclib3 for SSH. Dynamic multi-server support (1 to N servers). MIT licensed.

Works with Claude.ai, Claude Desktop, Claude Code, VS Code, Cursor, Windsurf, and Zed.

Server Config

{
  "mcpServers": {
    "hetzner-cloud": {
      "url": "https://your-domain.com/api.php?mcp=sse&key=YOUR_MCP_API_KEY"
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
wbf-solutions
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

2 days ago