JUHE API Marketplace
TehilaTheStudent avatar
MCP Server

Huawei CCE MCP Server

Enables interaction with Huawei Cloud Container Engine (CCE) through proprietary CCE APIs and Kubernetes-native APIs, allowing users to manage clusters, namespaces, and pods via natural language commands.

1
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "try-cce",
3 "command": "docker",
4 "args": [
5 "run",
6 "--rm",
7 "-i",
8 "-e",
9 "HUAWEI_CCE_AUTH_TOKEN",
10 "-e",
11 "LOG_FILE_PATH",
12 "tehilathestudent/try-cce"
13 ],
14 "env": {
15 "HUAWEI_CCE_AUTH_TOKEN": "",
16 "LOG_FILE_PATH": ""
17 }
18}
JSON18 lines
  1. Home
  2. MCP Servers
  3. try-cce-gitlab

README Documentation

Available Huawei Cloud Tools

Proprietary CCE APIs

Cluster-related APIs

  • list_clusters: List all clusters in a Huawei CCE project.
  • get_cluster_by_id: Retrieve details of a specific cluster by its ID.

Kubernetes-native APIs

  • Namespace APIs:
    • GET list_namespaces: List all namespaces.
    • GET get_namespace_by_name: Retrieve details of a specific namespace by its name.
    • POST create_namespace: Create a new namespace.
    • DELETE delete_namespace: Delete an existing namespace.
  • Pod APIs:
    • GET list_pods: List all pods.
    • GET list_pods_by_namespace: List all pods in a namespace.
    • GET get_pod_by_name_and_namespace: Retrieve details of a specific pod by its name and namespace.
    • POST create_pod: Create a new pod and namespace.
    • DELETE delete_pod: Delete an existing pod.

Integration Instructions

To use the Huawei Cloud tools, you must provide your Huawei Cloud CCE API authentication token as an environment variable:

  • HUAWEI_CCE_AUTH_TOKEN: Your Huawei Cloud CCE API authentication token (required)

Example configuration for MCP server integration:

( logging is optional, no logging if LOG_FILE_PATH is not set )

  • json with docker
{
    "mcpServers": { 
      "try-cce": {
        "command": "docker",
        "args": [
          "run",
          "--rm",
          "-i",
          "-e",
          "HUAWEI_CCE_AUTH_TOKEN",
          "-e",
          "LOG_FILE_PATH",
          "tehilathestudent/try-cce"
        ],
        "env": {
          "HUAWEI_CCE_AUTH_TOKEN": "<your huawei token>",
          "LOG_FILE_PATH": ""
        }
      }
    }
  }
  • json with node
{
    "mcpServers": {
        "try-cce": {
            "command": "npx",
            "args": [
                "-y",
                "@tehilathestudent/mcp-server-huawei-cce"
            ],
            "env": {
                "HUAWEI_CCE_AUTH_TOKEN": "<your huawei token>",
                "LOG_FILE_PATH": ""
            }
        }
    }
}

example prompt

  • list all my namespaces from huawei cloud cce

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved