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?

コメント

「その他」の他のコンテンツ