Loading...

This MCP server enables AI assistants to manage and monitor Alibaba Cloud resources like ECS, RDS, OSS, and VPC, and deploy applications, using Alibaba Cloud APIs.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server enables AI assistants to manage and monitor Alibaba Cloud resources like ECS, RDS, OSS, and VPC, and deploy applications, using Alibaba Cloud APIs.
This MCP server provides significant capabilities for managing Alibaba Cloud resources, but it also introduces risks due to its ability to perform write and delete operations. It's safe to use if access keys are carefully managed and the AI assistant is used responsibly. Risky scenarios include using it with an untrusted AI assistant or exposing it to unauthorized users.
Performance depends on the latency of Alibaba Cloud APIs and the complexity of OOS templates. Large-scale deployments may require optimization.
Using this MCP server can incur costs associated with Alibaba Cloud resources (e.g., ECS instances, OSS storage, API calls). Monitor resource usage to avoid unexpected charges.
{
"mcpServers": {
"alibaba-cloud-ops-mcp-server": {
"timeout": 600,
"command": "uvx",
"args": [
"alibaba-cloud-ops-mcp-server@latest"
],
"env": {
"ALIBABA_CLOUD_ACCESS_KEY_ID": "Your Access Key ID",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "Your Access Key SECRET"
}
}
}
}DescribeInstancesRetrieves information about ECS instances.
Read-only operation.
RunInstancesCreates new ECS instances.
Creates cloud resources, potentially incurring costs and security implications.
DeleteInstancesDeletes ECS instances.
Destructive operation that permanently removes cloud resources.
ListBucketsLists available OSS buckets.
Read-only operation.
PutBucketCreates a new OSS bucket.
Creates a new storage bucket.
DeleteBucketDeletes an OSS bucket.
Destructive operation that permanently removes a storage bucket and its contents.
OOS_CodeDeployDeploys applications to ECS instances using OOS.
Automates application deployment, which can have significant impact if misconfigured.
LOCAL_ListDirectoryLists files and subdirectories in a given directory on the server.
Read-only operation on the local filesystem.
LOCAL_RunShellScriptExecutes a shell script or command on the server.
Allows arbitrary code execution on the server.
LOCAL_AnalyzeDeployStackIdentifies the project's technology stack and deployment method.
Analyzes local files, no external impact.
Environment Variable
This MCP server provides significant capabilities for managing Alibaba Cloud resources, but it also introduces risks due to its ability to perform write and delete operations. It's safe to use if access keys are carefully managed and the AI assistant is used responsibly. Risky scenarios include using it with an untrusted AI assistant or exposing it to unauthorized users.
Autonomy depends on the specific tools and configurations used. Some tools allow for dry runs or rollbacks, but others are destructive. Exercise caution when granting autonomy, especially with tools like `DeleteInstances` and `LOCAL_RunShellScript`.
Production Tip
Implement robust error handling and monitoring to detect and respond to failures quickly. Use IAM roles with least privilege to limit the scope of access keys.
It supports ECS, Cloud Monitor, OOS, OSS, VPC, and RDS.
Set the `ALIBABA_CLOUD_ACCESS_KEY_ID` and `ALIBABA_CLOUD_ACCESS_KEY_SECRET` environment variables.
OOS (Operation Orchestration Service) is used to automate tasks like instance creation, application deployment, and password resets.
Yes, it includes tools for deploying applications to ECS instances using OOS.
No, it's risky due to the potential for destructive operations. Carefully consider the permissions granted and monitor the AI assistant's actions.
Use the CloudMonitor tools to retrieve CPU usage, memory utilization, and disk usage metrics.
It allows arbitrary code execution on the server, posing a significant security risk. Use it with extreme caution.