← Back to Plugins
MCP Server MCP

Hetzner DNS

github By github 👁 1 views ▲ 0 votes

Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "hetzner-dns-mcp",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hetzner Cloud API token (project-scoped, Cloud Console -> Security -> API tokens)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HETZNER_API_TOKEN"
        },
        {
          "description": "Set to true to register only the read-only tools (default: false)",
          "format": "boolean",
          "name": "HETZNER_READ_ONLY"
        },
        {
          "description": "Override the Hetzner Cloud API base URL (default: https://api.hetzner.cloud/v1)",
          "format": "string",
          "name": "HETZNER_API_BASE_URL"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/ni-c/hetzner-dns-mcp:0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hetzner Cloud API token (project-scoped, Cloud Console -> Security -> API tokens)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HETZNER_API_TOKEN"
        },
        {
          "description": "Set to true to register only the read-only tools (default: false)",
          "format": "boolean",
          "name": "HETZNER_READ_ONLY"
        },
        {
          "description": "Override the Hetzner Cloud API base URL (default: https://api.hetzner.cloud/v1)",
          "format": "string",
          "name": "HETZNER_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...