AlibabaCloud DevOps MCP MCP Server

Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.

Remote serverstreamable-http

What is the AlibabaCloud DevOps MCP MCP server?

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.

What it actually does

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.

  • 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.)
  • application-delivery: Application delivery tools (deployment order management, application management, application tags, variable group management, etc.)
  • packages-management: Artifact repository management tools (artifact repositories, artifact lists, etc.)

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

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 branch
  • delete_branch — Delete a branch
  • get_branch — Get branch information
  • list_branches — Get branch list
  • create_file — Create a file

Configuration

You 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.

  • node version >= 18.0.0 * AlibabaCloud Devops Personal Access Token, click here to obtain. Grant read and write permissions to all APIs under organization management, project collaboration, code management, pipeline management, artifact repository management

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch AlibabaCloud DevOps MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the alibabacloud devops mcp mcp server does with a few real requests.

When to reach for it

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.

Available tools

ToolWhat it does
organization-managementOrganization management tools (organization list, organization details, department information, organizational roles, member information, etc.)
code-managementCode repository management tools (repository management, branch management, merge request management, file tree, etc.)
project-managementProject management tools (project management, work item management, work item fields, work item comments, time tracking, etc.)
pipeline-managementPipeline management tools (pipeline list, pipeline configuration, resource management, tag management, deployment management, etc.)
packages-managementArtifact repository management tools (artifact repositories, artifact lists, etc.)
application-deliveryApplication delivery tools (deployment order management, application management, application tags, variable group management, etc.)
test-managementTest management tools (test case management, test case directories, test plans, test results, etc.)
create_branchCreate a branch
delete_branchDelete a branch
get_branchGet branch information
list_branchesGet branch list
create_fileCreate a file
delete_fileDelete a file
get_file_blobsGet file content

How to install the AlibabaCloud DevOps MCP MCP server

{
  "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.

Configuration

  • node version >= 18.0.0 * AlibabaCloud Devops Personal Access Token, click here to obtain. Grant read and write permissions to all APIs under organization management, project collaboration, code management, pipeline management, artifact repository management
VariableDescriptionRequired
YUNXIAO_ACCESS_TOKENCredential the server authenticates with.Yes
YUNXIAO_API_BASE_URLEndpoint or connection string the server talks to.Yes
YOUR_TOKENCredential the server authenticates with.Yes
MCP_STREAMABLE_PATHFilesystem location the server is allowed to use.Optional
MCP_HTTP_HOSTEndpoint or connection string the server talks to.Optional

Example prompts to try

  • Use AlibabaCloud DevOps MCP to organization-management.
  • Use AlibabaCloud DevOps MCP to code-management.
  • Use AlibabaCloud DevOps MCP to project-management.

Frequently asked questions

It connects AlibabaCloud DevOps MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (organization-management, code-management, project-management, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with AlibabaCloud DevOps MCP directly.