Back to Apps

KubeBlocks Cloud MCP Server
by apecloud
Seamlessly manage KubeBlocks Cloud resources including organizations, environments, and database instances via AI tool-calling.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides an interface for AI assistants to interact with KubeBlocks Cloud APIs. It enables the automation of database resource management, provisioning of instances, and retrieval of environment-level data within the KubeBlocks ecosystem.
Tools
list_organizations: Lists all accessible organizations.get_organization: Retrieves detailed info for a specific organization.list_environments: Lists environments within an organization.get_environment: Retrieves details for a specific environment.list_instances: Lists database instances within an environment.get_instance: Gets detailed status and configuration for an instance.list_backups: Lists all available backups for a specific instance.get_backup: Retrieves specific backup details.
Installation
Add the following to your claude_desktop_config.json (requires Docker):
{
"mcpServers": {
"kbcloud": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KB_CLOUD_API_KEY_NAME",
"-e",
"KB_CLOUD_API_KEY_SECRET",
"apecloud/kb-cloud-mcp-server:latest"
],
"env": {
"KB_CLOUD_API_KEY_NAME": "your-api-key-name",
"KB_CLOUD_API_KEY_SECRET": "your-api-key-secret"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -i --rm -e KB_CLOUD_API_KEY_NAME -e KB_CLOUD_API_KEY_SECRET apecloud/kb-cloud-mcp-server:latestInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"kbcloud": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KB_CLOUD_API_KEY_NAME",
"-e",
"KB_CLOUD_API_KEY_SECRET",
"apecloud/kb-cloud-mcp-server:latest"
],
"env": {
"KB_CLOUD_API_KEY_NAME": "your-api-key-name",
"KB_CLOUD_API_KEY_SECRET": "your-api-key-secret"
}
}
}
}





