Yunxiao DevOps Server – README | MCP Marketplace

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

alibabacloud-devops-mcp-server

smithery badge

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

Features

alibabacloud-devops-mcp-server provides the following capabilities for AI assistants:

  • Code Repository Management: Query code repositories and their branches, create branches
  • File Operations: Create, update, delete, and retrieve code file content
  • Code Review: Create and manage code review processes
  • Project Management: Search projects, get project details

Tools

alibabacloud-devops-mcp-server integrates various tools, including:

Organization

  • get_current_organization_Info: Get current user’s organization information
  • get_user_organizations: Get the list of organizations the current user has joined

Code Management Tools

  • 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
  • list_files: Query file tree
  • update_file: Update file content
  • create_change_request: Create a merge request
  • create_change_request_comment: Create a comment on a merge request
  • get_change_request: Query merge request
  • list_change_request_patch_sets: Query merge request version list
  • list_change_request: Query merge request list
  • list_change_request_comments: Query merge request comment list
  • get_compare: Compare code
  • get_repository: Get repository details
  • list_repositories: Get repository list

Project Management Tools

  • get_project: Get project details
  • search_projects: Search projects
  • get_work_item: Get work item details
  • search_workitems: Search work items

Pipeline Management Tools

  • get_pipeline: Get pipeline details
  • list_pipelines: Get pipeline list
  • create_pipeline_run: Create a pipeline run instance
  • get_latest_pipeline_run: Get the latest pipeline run instance
  • get_pipeline_run: Get pipeline run details
  • list_pipeline_runs: Get pipeline run list

Packages Management Tools

  • list_package_repositories: Get package repositories details list
  • list_artifacts: Get artifacts details list
  • get_artifact: Get single artifact details

Usage

Prerequisites

  • node version >= 16.0.0

  • Alibaba Cloud Yunxiao Personal Access Token, click here to obtain. Grant read and write permissions to all APIs under organization management, project collaboration, and code management.

    The personal token authorization page

Installing via Smithery

To install alibabacloud-devops-mcp-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @yjiace/alibabacloud-devops-mcp-server --client claude

Install Yunxiao MCP server via MCP marketplace

The MCP market built into Lingma (AlibabaCloud Tongyi Lingma) has already provided the Yunxiao MCP service. To install it, simply enter the MCP market in Lingma and search for “Yunxiao DevOps”, then click install.

Install Yunxiao MCP Service from the MCP Market

Run MCP Server via NPX

{
  "mcpServers": {
    "yunxiao": {
      "command": "npx",
      "args": [
        "-y",
        "alibabacloud-devops-mcp-server"
      ],
      "env": {
        "YUNXIAO_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Run MCP Server via Docker Container

  1. Docker build
docker build -t alibabacloud/alibabacloud-devops-mcp-server .
  1. Configure MCP Server
{
  "mcpServers": {
    "yunxiao": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "YUNXIAO_ACCESS_TOKEN",
        "alibabacloud/alibabacloud-devops-mcp-server"
      ],
      "env": {
        "YUNXIAO_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Related Links

  • Alibaba Cloud Yunxiao
  • MCP market
  • Example Use Cases

Yunxiao DevOps Server

222

Project Details

Recomended MCP Servers

arXiv MCP Server
arXiv MCP Server

An MCP server that enables interacting with the arXiv API using natural language

🧩
RocketReach Integration Server

rocketreach-mcp-server

🧩
YAPI MCP Server

This is a Model Context Protocol (MCP) server that provides access to YAPI interface details.

VideoLingo
VideoLingo

Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team | Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组

🧩
After Effects MCP Server

MCP Server for Adobe After Effects. Enables remote control (compositions, text, shapes, solids, properties) via the Model Context...

Opik
Opik

Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and...

Shrimp Task Manager
Shrimp Task Manager

Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It...

Open Model Zoo
Open Model Zoo

Pre-trained Deep Learning models and samples (high quality and extremely fast)

🧩
Server Playground

MCP Server example with TypeScript

Deep Directory Tree
Deep Directory Tree

Powerful Model Context Protocol (MCP) implementation for visualizing directory structures with real-time updates, configurable depth, and smart exclusions...

🧩
Iceberg Catalog

MCP server for interacting with Apache Iceberg catalog from Claude, enabling data lake discovery and metadata search through...

🧩
Simple Website Fetching Tool

The official Python SDK for Model Context Protocol servers and clients

Featured Templates

View More
Verified Icon
AI Agents
AI Chatbot Starter Kit
1309 6081 5.0
Data Analysis
Pharmacy Admin Panel
238 1704
AI Assistants
Image to text with Claude 3
150 1122
Customer service
Service ERP
125 756

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.