mcp-hetzner-go

mcp-hetzner-go

0

MCP Hetzner Go is a server application implemented in Go that facilitates interactions with the Hetzner Cloud API through the Model Context Protocol (MCP). It offers both insightful inspection and control over cloud resources through read-only and read-write modes, providing a configurable approach to manage cloud data safely.

MCP Hetzner Go

A Go Model Context Protocol (MCP) server for interacting with the Hetzner Cloud API.

Usage Restrictions

  • The server supports two modes: Read-Only and Read-Write.
  • By default, it starts in read-only mode, allowing only GET and LIST operations.
  • To enable write operations, switch to read-write mode in the configuration.

Roadmap

  • Implement all GET and LIST operations for various resources.
  • Add configuration for read-only and read-write modes.
  • Future plans to implement write operations and delete capabilities for supported resources.