alibabacloud-devops-mcp-server
Verified Safeby aliyun
Overview
The server provides AI assistants with tools to interact with Alibaba Cloud DevOps (Yunxiao) for project management, code operations (repositories, branches, merge requests), CI/CD pipelines, artifact management, application delivery, and test management, assisting development teams in automating tasks and optimizing workflows.
Installation
npx -y alibabacloud-devops-mcp-serverEnvironment Variables
- YUNXIAO_ACCESS_TOKEN
- DEVOPS_TOOLSETS
- PORT
- MCP_TRANSPORT
- YUNXIAO_API_BASE_URL
Security Notes
The server uses Zod for input validation, which helps prevent malformed requests. It relies on a `YUNXIAO_ACCESS_TOKEN` for authentication, loaded from environment variables or query parameters in SSE mode, which is good practice to avoid hardcoded secrets. However, the token requires 'read and write permissions to all APIs under organization management, project collaboration, code management, pipeline management, artifact repository management, application delivery and testing management'. This grants extensive access, making token compromise a critical risk. There are no obvious 'eval' or direct shell execution patterns found in the provided truncated code, relying on `fetch` for API calls.
Similar Servers
gcloud-mcp
Enables AI assistants to interact with the Google Cloud environment using the gcloud CLI, facilitating natural language interaction, automation, and simplified cloud management workflows.
mcp-server-azure-devops
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
mcp-for-argocd
Enables AI assistants to interact with Argo CD applications through natural language, streamlining DevOps tasks.
alibaba-cloud-ops-mcp-server
The server provides a Model Context Protocol (MCP) interface for AI assistants to manage Alibaba Cloud resources such as ECS, RDS, VPC, OSS, and CloudMonitor through API and OOS integrations.