alibabacloud-devops-mcp-server
@aliyun
About alibabacloud-devops-mcp-server
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"yunxiao": {
"command": "npx",
"args": [
"-y",
"alibabacloud-devops-mcp-server"
],
"env": {
"YUNXIAO_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is alibabacloud-devops-mcp-server?
alibabacloud-devops-mcp-server is an MCP server that enables AI assistants to interact with the AlibabaCloud Yunxiao platform. It allows reading work items, writing code after understanding requirements, and submitting code merge requests. Enterprise development teams use it to assist with code reviews, optimize task management, reduce repetitive operations, and focus on innovation and product delivery.
How to use alibabacloud-devops-mcp-server?
Install via npx (Node >=18) and configure the MCP client with your YUNXIAO_ACCESS_TOKEN. Optionally set YUNXIAO_API_BASE_URL for Region edition. An official hosted endpoint (https://openapi-rdc.aliyuncs.com/ai/mcp) is also available for zero-install use. You can limit which toolsets are enabled with the --toolsets argument or DEVOPS_TOOLSETS environment variable.
Key features of alibabacloud-devops-mcp-server
- Organization management tools (list, roles, members, departments)
- Code management tools (branches, files, merge requests, commits)
- Project management tools (projects, sprints, work items, comments)
- Pipeline management tools (pipelines, configurations, deployments)
- Application delivery tools (deployment orders, applications, variable groups)
- Artifact repository management tools (repositories, artifact lists)
- Test management tools (test cases, plans, results)
Use cases of alibabacloud-devops-mcp-server
- AI-assisted code review and merge request management
- Automatic code writing from work item requirements
- Streamlined project and task management via natural language
- Reduced manual operations in DevOps workflows
FAQ from alibabacloud-devops-mcp-server
What are the prerequisites?
Node.js version >=18 and a Yunxiao Personal Access Token with read/write permissions across organization, project, code, pipeline, artifact, application, and testing APIs.
How do I configure the server for a Region edition?
Set the environment variable YUNXIAO_API_BASE_URL to your organization-specific domain (e.g., https://your-org.devops.aliyuncs.com). The server automatically detects central station vs Region edition based on the URL.
Can I use the server without installing anything locally?
Yes. Yunxiao provides an officially hosted MCP endpoint at https://openapi-rdc.aliyuncs.com/ai/mcp using Streamable HTTP transport. Authenticate with a Bearer or X-Yunxiao-Token header.
What transport modes are supported?
Stdio (default), SSE (--sse), Streamable HTTP (--streamable-http), or both (--sse --streamable-http). The server can run via npx or Docker.
How can I enable only the tools I need?
Use the --toolsets command-line argument or DEVOPS_TOOLSETS environment variable with a comma-separated list of toolset names (e.g., code-management,project-management). If not specified, all tools are enabled.
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Comments