alibabacloud-devops-mcp-server

Created By
aliyuna year ago
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.
Overview

What is alibabacloud-devops-mcp-server?

The alibabacloud-devops-mcp-server is an API integration tool designed for the Alibaba Cloud DevOps platform, enabling AI assistants to interact with the Yunxiao platform through the Model Context Protocol (MCP).

How to use alibabacloud-devops-mcp-server?

To use the server, download the appropriate binary for your operating system, configure it with your Alibaba Cloud Yunxiao personal access token, and run the server from your command line or integrate it into your development environment.

Key features of alibabacloud-devops-mcp-server?

  • Code Repository Management: Create, query, and manage code repositories and branches.
  • File Operations: Create, update, delete, and retrieve code file contents.
  • Code Review: Manage code review processes.
  • Project Management: Search and get project details.
  • Sprint Management: Query sprint lists and details.
  • Pipeline Management: Create, query, and run pipelines, and access execution records.

Use cases of alibabacloud-devops-mcp-server?

  1. Managing code repositories and branches in a collaborative environment.
  2. Automating code review processes to enhance code quality.
  3. Streamlining project and sprint management for agile teams.
  4. Facilitating continuous integration and deployment through pipeline management.

FAQ from alibabacloud-devops-mcp-server?

  • What platforms does alibabacloud-devops-mcp-server support?

It supports Windows, macOS, and Linux across AMD64 and ARM64 architectures.

  • How do I obtain a personal access token?

You can obtain it from the Alibaba Cloud Yunxiao documentation.

  • Is there a community or support for this tool?

Yes, you can find support and community discussions on the GitHub repository.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
aliyun
Star
4
Language
TypeScript
License
Apache-2.0 license

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago