Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. The alibabacloud devops mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
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.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
organization-management — Organization management tools (organization list, organization details, department information, organizational roles, member information, etc.)code-management — Code repository management tools (repository management, branch management, merge request management, file tree, etc.)project-management — Project management tools (project management, work item management, work item fields, work item comments, time tracking, etc.)pipeline-management — Pipeline management tools (pipeline list, pipeline configuration, resource management, tag management, deployment management, etc.)packages-management — Artifact repository management tools (artifact repositories, artifact lists, etc.)application-delivery — Application delivery tools (deployment order management, application management, application tags, variable group management, etc.)test-management — Test management tools (test case management, test case directories, test plans, test results, etc.)create_branch — Create a branchdelete_branch — Delete a branchget_branch — Get branch informationlist_branches — Get branch listcreate_file — Create a fileYou will need 5 environment variables: YUNXIAO_ACCESS_TOKEN, YUNXIAO_API_BASE_URL, YOUR_TOKEN, MCP_STREAMABLE_PATH, MCP_HTTP_HOST. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. AlibabaCloud DevOps MCP's toolset — organization-management, code-management, project-management and 11 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| organization-management | Organization management tools (organization list, organization details, department information, organizational roles, member information, etc.) |
| code-management | Code repository management tools (repository management, branch management, merge request management, file tree, etc.) |
| project-management | Project management tools (project management, work item management, work item fields, work item comments, time tracking, etc.) |
| pipeline-management | Pipeline management tools (pipeline list, pipeline configuration, resource management, tag management, deployment management, etc.) |
| packages-management | Artifact repository management tools (artifact repositories, artifact lists, etc.) |
| application-delivery | Application delivery tools (deployment order management, application management, application tags, variable group management, etc.) |
| test-management | Test management tools (test case management, test case directories, test plans, test results, etc.) |
| create_branch | Create a branch |
| delete_branch | Delete a branch |
| get_branch | Get branch information |
| list_branches | Get branch list |
| create_file | Create a file |
| delete_file | Delete a file |
| get_file_blobs | Get file content |
{
"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"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| YUNXIAO_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| YUNXIAO_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| YOUR_TOKEN | Credential the server authenticates with. | Yes |
| MCP_STREAMABLE_PATH | Filesystem location the server is allowed to use. | Optional |
| MCP_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.