Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"yunxiao-mcp-server": {
"args": [
"-y",
"@futuretea/yunxiao-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
an MCP server for Alibaba Yunxiao (云效)
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@futuretea/yunxiao-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @futuretea/yunxiao-mcp-server against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for Yunxiao Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Let your AI coding assistant talk directly to Alibaba Yunxiao — browse projects, track iterations, review code, and monitor pipelines without leaving your IDE.
Read-only by default, safety first. 170 of 182 tools are read-only queries. 12 write operations require explicit read_only=false.
| Scenario | Tools |
|---|---|
| 📋 Project Management | Browse projects, work items, iterations, milestones, members; create/update work items |
| 🔍 Code Review | Browse repositories, branches, commits, merge requests, change requests; create/close/merge CRs |
| 🚀 Pipelines | List pipelines, runs, build tasks; approve/reject validation gates |
| 📦 Release Management | Browse applications, environments, releases, change orders, resources |
| 🧠 Knowledge Base | Browse Lingma knowledge bases, members, files |
| 🤖 AI Adoption | Analyze team Lingma usage |
Write operations (create/update work items, manage CR/MR, pipeline approvals) require
read_only=false.
npx -y @futuretea/yunxiao-mcp-server
With token:
YUNXIAO_MCP_ACCESS_TOKEN=<your-token> npx -y @futuretea/yunxiao-mcp-server
Stdio mode (default):
docker run -i --rm -e YUNXIAO_MCP_ACCESS_TOKEN=<your-token> \
ghcr.io/futuretea/yunxiao-mcp-server:latest
HTTP mode:
docker run --rm -p 3000:3000 -e YUNXIAO_MCP_ACCESS_TOKEN=<your-token> \
ghcr.io/futuretea/yunxiao-mcp-server:latest --port 3000
make build
YUNXIAO_MCP_ACCESS_TOKEN=<your-token> ./bin/yunxiao-mcp-server
See MCP Client Config for Claude, Cursor, and other IDE setup examples.
| Domain | Tools | Access | Description |
|---|---|---|---|
| Projex | 47 | 43 read-only + 4 write | Projects, iterations, work items, milestones, test cases |
| Codeup | 37 | 31 read-only + 6 write | Repositories, branches, commits, MR, CR, code review |
| Flow | 18 | 16 read-only + 2 write | Pipelines, runs, build tasks, validation |
| Appstack | 62 | 58 read-only + 4 write | Applications, environments, releases, change orders |
| Platform | 18 | read-only | Organizations, departments, members, roles |
| Packages | 3 | read-only | Artifact repositories and versions |
| Lingma | 6 | read-only | Knowledge bases and usage |
| API | 1 | read-only | Generic API fallback |
| Meta | 1 | read-only | Tool discovery |
Enhanced tools aggregate multiple API calls into single operations, reducing AI round-trips.
| Tool | What it combines |
|---|---|
get_project_overview | Project info + members + sprints + milestones + labels |
get_project_workitem_detail | Work item + activities + comments + attachments + relations |
get_repository_overview | Repository + default branch + recent commits + recent MRs |
get_change_request_overview | CR detail + patch sets + comments |
get_pipeline_overview | Pipeline info + latest run + history |
Full list: Enhanced Tools Index
Priority: flags > environment variables > config file > defaults.
| Variable | Description |
|---|---|
YUNXIAO_MCP_ACCESS_TOKEN | Yunxiao access token |
| Variable | Description | Default |
|---|---|---|
YUNXIAO_MCP_BASE_URL | API base URL | https://openapi-rdc.aliyuncs.com |
YUNXIAO_MCP_SSE_BASE_URL | Public SSE base URL (reverse proxy) | — |
YUNXIAO_MCP_INSECURE_SKIP_TLS_VERIFY | Skip TLS verify (internal only) | false |
Legacy aliases: YUNXIAO_ACCESS_TOKEN, YUNXIAO_API_BASE_URL.
| Flag | Default | Purpose |
|---|---|---|
--read-only | true | Set `fals |