MCP Server
MCP
Hetzner DNS
Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API
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
By
Comments
Sign in to leave a comment