AlibabaCloud DevOps MCP
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Ads
Overview
AlibabaCloud Devops MCP Server provides AI assistants with the ability to interact with the Yunxiao platform, enabling them to read work item contents in projects, automatically write code after understanding requirements, and submit code merge requests. Enterprise development teams can use it to assist with code reviews, optimize task management, reduce repetitive operations, and thus focus on more important innovation and product delivery. alibabacloud-devops-mcp-server provides the following capabilities for AI assistants:
Installation
npx -y alibabacloud-devops-mcp-server
Configuration
{
"mcpServers": {
"yunxiao": {
"command": "npx",
"args": [
"-y",
"alibabacloud-devops-mcp-server"
],
"env": {
"YUNXIAO_ACCESS_TOKEN": "<YOUR_TOKEN>",
"YUNXIAO_API_BASE_URL": "https://your-org.devops.aliyuncs.com"
}
}
}
}Capabilities
- Search and view work items
Find work items across projects with `search_workitems` and inspect their details, comments, attachments, and activity history.
- Manage merge requests and code
List, create, and comment on merge requests (`list_change_request`, `create_change_request_comment`), browse repository file trees, and compare branches.
- Run and inspect pipelines
Trigger pipeline runs, fetch execution logs, and query run statuses using `list_pipeline_runs` and `get_pipeline_job_run_log`.
- Handle application deployments
Create deployment change orders, view deployment logs, and manage release workflow stages with `execute_app_release_stage`.
- Manage test cases and plans
Search test cases, create test plans, and update test results via `search_testcases` and `update_test_result`.
- Browse organization structure
Look up departments, members, and roles using `get_organization_departments` and `search_organization_members`.
Tags
- cloud-infrastructure
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.