1. Conduid
  2. Developer Tools
  3. Server
MCP server · Developer Tools

Server

Provide different cloud products MCP Server tools to help developers manage cloud resources with AI-agent

Unclaimed Apache-2.0 last commit 6 months ago huaweiclouddevtoolsmcpmcp-server
69Good

Scored 3 months ago · breakdown

About Server

Server is an MCP server published by HuaweiCloudDeveloper in the Developer Tools category: provide different cloud products MCP Server tools to help developers manage cloud resources with AI-agent. It has been installed 0 times through Conduid.

The repository has 33 stars and 17 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Server

Powered by Claude · Grounded in docs

I know everything about Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

mcp-server

GitHub License CI PRs Welcome Last Commit Language

简体中文

Huawei MCP Server is a Model Context Protocol server built on Huawei Cloud services, providing secure and controlled cloud access capabilities for large AI models. Through standardized MCP specifications, it enables AI assistants to operate Huawei Cloud resources within conversational workflows, supporting core services including ECS, OBS, GaussDB, and other widely-used cloud products.

Mcp-server catalog

Practical documents

Demo

Demo1

Cline uses Huawei Cloud EIP MCP Server to create and delete EIP instances.

Running Guide

1. Dependency Installation

Install the Python environment in advance. Since Python 3.4 and 2.7.9, pip has been installed with Python as a standard component.

  • Install uv (Recommended)
  • Install python version 3.10 or above

2. Environment variable settings

Prepare AK and SK and set them to environment variables

  • ak environment variable name: HUAWEI_ACCESS_KEY
  • sk environment variable name: HUAWEI_SECRET_KEY

img.png

3. Running method

Take running the mcp-server-ecs service as an example

Run with 'uv' (recommended)

# Enter the root path of the project
cd /path/to/you/mcp-server

# Start the service
uv run mcp-server-ecs

Execute uv run mcp-server-ecs -h to view the usage instructions, the configuration values of the config.yaml file in the sub-project can be overwritten by using the optional parameters in the command line

usage: mcp-server-ecs [-h] [-p PORT] [-t {http,sse,stdio}]

MCP Server

options:
  -h, --help            show this help message and exit
  -p, --port PORT       Port number
  -t, --transport {http,sse,stdio}
                        Transport of MCP Server

Run with python

img_1.png

# Enter the root path of the project
cd /path/to/you/mcp-server

# Install dependencies
pip install -e .

# Enter the specified service (mcp-server-ecs) path
cd huaweicloud_services_server/mcp_server_ecs/src/mcp_server_ecs

# Start the service
python run.py

MCP Marketplace Integration

  • Cline
  • Configure the mcp service to use http in cline. The json format is as follows
{
  "mcpServers": {
    "mcp_server_ecs": {
      "url": "http://localhost:8888/mcp",
      "disabled": false,
      "type": "streamableHttp",
      "autoApprove": []
    }
  }
}

Tools

Contributing

We welcome contributions from the open-source community! If you'd like to contribute to this project, please refer to the contributing guide.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Server

How do I install Server?

Run npx mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Server safe to use with an AI agent?

Its trust score is 69 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.