Back to Home
aliyun icon

alibabacloud-devops-mcp-server

Verified Safe

by 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

Run Command
npx -y alibabacloud-devops-mcp-server

Environment 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

Stats

Interest Score43
Security Score7
Cost ClassMedium
Avg Tokens750
Stars33
Forks14
Last Update2025-12-12

Tags

DevOpsAI AssistantAlibaba CloudCode ManagementProject Management