MCP.so
登录

mcp-hetzner

@MahdadGhasemian

关于 mcp-hetzner

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

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MahdadGhasemian

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-hetzner?

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

How to use mcp-hetzner?

Build the server with Go (go mod init, go mod tidy, go build) and build the client with Node.js (npm --prefix ./client i && npm --prefix ./client run build). Run the client with node ./client/build/index.js ./mcp-hetzner.

Key features of mcp-hetzner

Use cases of mcp-hetzner

FAQ from mcp-hetzner

What does this server do?

It provides a Model Context Protocol interface to the Hetzner Cloud API, allowing MCP-compatible clients to manage Hetzner cloud resources.

What are the build dependencies?

Building the server requires Go; building the client requires Node.js and npm.

How is the server started?

After building, run node ./client/build/index.js ./mcp-hetzner to start the client, which in turn runs the compiled server binary.

What authentication or transport does it use?

Are there any known limitations?

评论

其他 分类下的更多 MCP 服务器