You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -181,20 +181,14 @@ alibabacloud-devops-mcp-server integrates various tools, including:
181
181
182
182

183
183
184
-
### Installing via Smithery
184
+
##Quick Start (Recommended: Using Stdio Mode)
185
185
186
-
To install [AlibabaCloud DevOps](https://www.aliyun.com/product/yunxiao) Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@aliyun/alibabacloud-devops-mcp-server):
187
-
188
-
```bash
189
-
npx -y @smithery/cli install @aliyun/alibabacloud-devops-mcp-server --client claude
190
-
```
186
+
**Stdio mode** is the simplest and most common way, suitable for most MCP clients (like Cursor, Claude Desktop, iFlow, etc.). No Docker installation required, just run via npx.
191
187
192
-
### Install Yunxiao MCP server via MCP marketplace
193
-
The MCP market built into Lingma (AlibabaCloud Tongyi Lingma) has already provided the AlibabaCloud Devops MCP service. To install it, simply enter the MCP market in Lingma and search for "Yunxiao DevOps", then click install.
188
+
### Option 1: Direct Use via NPX (Simplest)
194
189
195
-

190
+
Add the following configuration to your MCP client configuration file:
196
191
197
-
### Run MCP Server via NPX/Cursor/Claude code etc.
198
192
```json
199
193
{
200
194
"mcpServers": {
@@ -212,53 +206,84 @@ The MCP market built into Lingma (AlibabaCloud Tongyi Lingma) has already provid
212
206
}
213
207
```
214
208
215
-
### Run MCP Server via Docker Container
209
+
> **Note**:
210
+
> - Replace `<YOUR_TOKEN>` with your Yunxiao access token
211
+
> - The `-y` flag automatically confirms installation without manual confirmation
212
+
> - This method uses **stdio mode**, communicating with the MCP client via standard input/output
216
213
217
-
####Option 1: Use Official Image (Recommended)
214
+
### Option 2: Install via MCP Marketplace
218
215
219
-
You can use the official Docker image without building it yourself:
216
+
The MCP market built into Lingma (AlibabaCloud Tongyi Lingma) has already provided the AlibabaCloud Devops MCP service. To install it, simply enter the MCP market in Lingma and search for "Yunxiao DevOps", then click install.
To install [AlibabaCloud DevOps](https://www.aliyun.com/product/yunxiao) Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@aliyun/alibabacloud-devops-mcp-server):
221
+
222
+
```bash
223
+
npx -y @smithery/cli install @aliyun/alibabacloud-devops-mcp-server --client claude
224
224
```
225
225
226
-
Then use the official image name in your docker run commands instead of `alibabacloud/alibabacloud-devops-mcp-server`.
226
+
---
227
227
228
-
#### Option 2: Build Your Own Image
228
+
##Using Docker (Optional)
229
229
230
-
If you prefer to build the image yourself:
230
+
If you need to run the MCP server using Docker, you can choose **stdio mode** or **SSE mode**.
The server now supports toolsets, allowing you to enable only the tools you need. This can reduce the number of tools presented to the AI assistant and improve performance.
0 commit comments