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
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论