mcp-hetzner-go
If you are the rightful owner of mcp-hetzner-go and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Go Model Context Protocol (MCP) server for interacting with the Hetzner Cloud API.
MCP Hetzner Go is a server implementation written in Go that facilitates interaction with the Hetzner Cloud API using the Model Context Protocol (MCP). It is designed to provide a structured and efficient way to manage cloud resources on Hetzner, supporting both read-only and read-write modes. The server is capable of handling various operations such as listing, creating, updating, and deleting resources, depending on the mode it is configured to run in. By default, the server operates in a read-only mode, which is safe for inspection and monitoring purposes. Users can switch to a read-write mode to perform more extensive operations, but this requires careful consideration of access controls to prevent unauthorized changes. The server is built to be integrated with different platforms, including Claude Desktop, and provides a roadmap for future enhancements, including the implementation of write operations and delete capabilities for various resources.
Features
- Supports both read-only and read-write operation modes.
- Integrates with Hetzner Cloud API for efficient resource management.
- Built using Go for performance and reliability.
- Provides a roadmap for future enhancements and capabilities.
- Easily configurable to switch between operation modes.