MCP.so
ログイン

Bizfly Cloud MCP Server

@bizflycloud

Bizfly Cloud MCP Server について

A Model Context Protocol (MCP) server implementation that connects to Bizfly Cloud to manage cloud resources

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

bizflycloud

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "bizflycloud-mcp-server": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "bizfly-mcp-server:latest",
        "."
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Bizfly Cloud MCP Server?

A Model Context Protocol (MCP) server that connects to Bizfly Cloud to manage cloud resources. It is built for developers using Cursor or Claude Desktop to interact with Bizfly Cloud services through natural language queries.

How to use Bizfly Cloud MCP Server?

Set up using Docker (recommended) or local Go development. Configure environment variables (BIZFLY_USERNAME, BIZFLY_PASSWORD, BIZFLY_REGION, BIZFLY_API_URL) and add the server to your MCP client configuration (Cursor or Claude Desktop) pointing to the binary or Docker image.

Key features of Bizfly Cloud MCP Server

  • Manage servers, volumes, load balancers, databases, Kubernetes, and more.
  • Secure authentication via environment variables.
  • Docker support for easy deployment.
  • 10 Bizfly Cloud services supported.
  • Comprehensive test suite with 196+ test cases.
  • Compatible with Cursor and Claude Desktop.
  • Configurable region and API endpoints.

Use cases of Bizfly Cloud MCP Server

  • List, start, stop, reboot, resize, and delete servers.
  • Create, attach, detach, resize, and snapshot volumes.
  • Manage load balancers, Kubernetes clusters, and databases.
  • Configure DNS zones and records, CDN domains, and KMS certificates.
  • Operate container registries, auto scaling groups, and alarms.

FAQ from Bizfly Cloud MCP Server

What are the prerequisites?

Go 1.23 or later for local development, or Docker 20.10+ for container deployment. You also need a Bizfly Cloud account and credentials.

How do I authenticate?

Set environment variables BIZFLY_USERNAME, BIZFLY_PASSWORD, BIZFLY_REGION, and optionally BIZFLY_API_URL. Variables are passed directly to the MCP client configuration.

Which MCP clients are supported?

Cursor and Claude Desktop are explicitly supported. The server uses stdin/stdout transport.

Can I deploy with Docker?

Yes, Docker is the recommended method. A Dockerfile and docker-compose.yml are provided, and configuration examples for Cursor and Claude Desktop are included.

What transport protocol does the server use?

Standard I/O (stdin/stdout) for communication with MCP clients, as implemented by the mark3labs/mcp-go SDK.

コメント

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