MCP.so
Sign In

Bizfly Cloud MCP Server

@bizflycloud

About Bizfly Cloud MCP Server

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

Basic information

Category

Other

Runtime

go

Transports

stdio

Publisher

bizflycloud

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers