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.

评论

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