Skip to content

Commit 223736d

Browse files
author
wenfeng.wf
committed
Update ReadME to use uvx alibabacloud-rds-openapi-mcp-server@latest
1 parent f66d918 commit 223736d

File tree

2 files changed

+14
-23
lines changed

2 files changed

+14
-23
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,15 @@ MCP server for RDS Services via OPENAPI
99
3. Alibaba Cloud credentials with access to Alibaba Cloud RDS services
1010

1111
## Quick Start
12-
### Download
13-
Download from Github
14-
```shell
15-
git clone https://github.com/aliyun/alibabacloud-rds-openapi-mcp-server.git
16-
```
1712
### Using [cherry-studio](https://github.com/CherryHQ/cherry-studio) (Recommended)
1813
Install the MCP environment according to [Cherry-Studio's documentation](https://docs.cherry-ai.com/advanced-basic/mcp/install), then configure and use RDS MCP.
1914
Add the following configuration to the MCP client configuration file:
2015
```json
2116
"mcpServers": {
2217
"rds-openapi-mcp-server": {
23-
"command": "uv",
18+
"command": "uvx",
2419
"args": [
25-
"--directory",
26-
"/path/to/alibabacloud-rds-openapi-mcp-server/src/alibabacloud_rds_openapi_mcp_server",
27-
"run",
28-
"server.py"
20+
"alibabacloud-rds-openapi-mcp-server@latest"
2921
],
3022
"env": {
3123
"ALIBABA_CLOUD_ACCESS_KEY_ID": "access_id",
@@ -44,7 +36,7 @@ export ALIBABA_CLOUD_ACCESS_KEY_ID=$you_access_id;
4436
export ALIBABA_CLOUD_ACCESS_KEY_SECRET=$you_access_key;
4537

4638
# run mcp server
47-
uv --directory alibabacloud-rds-openapi-mcp-server/src/alibabacloud_rds_openapi_mcp_server run server.py
39+
uvx alibabacloud-rds-openapi-mcp-server@latest
4840
```
4941
After run mcp server, you will see the following output:
5042
```shell
@@ -60,6 +52,10 @@ remote_server = "http://127.0.0.1:8000/sse";
6052

6153

6254
### Using Claude
55+
Download from Github
56+
```shell
57+
git clone https://github.com/aliyun/alibabacloud-rds-openapi-mcp-server.git
58+
```
6359
Add the following configuration to the MCP client configuration file:
6460
```json
6561
"mcpServers": {

README_CN.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,14 @@ RDS OpenAPI MCP服务。
88
3. 具有阿里云RDS服务访问权限的账号凭证
99

1010
## 快速开始
11-
### 下载
12-
从Github克隆仓库
13-
```shell
14-
git clone https://github.com/aliyun/alibabacloud-rds-openapi-mcp-server.git
15-
```
16-
1711
### 使用[cherry-studio](https://github.com/CherryHQ/cherry-studio)(推荐)
1812
根据[Cherry-Studio文档](https://docs.cherry-ai.com/advanced-basic/mcp/install)安装MCP环境后配置使用RDS MCP。 MCP配置文件格式如下:
1913
```json
2014
"mcpServers": {
2115
"rds-openapi-mcp-server": {
22-
"command": "uv",
16+
"command": "uvx",
2317
"args": [
24-
"--directory",
25-
"/path/to/alibabacloud-rds-openapi-mcp-server/src/alibabacloud_rds_openapi_mcp_server",
26-
"run",
27-
"server.py"
18+
"alibabacloud-rds-openapi-mcp-server@latest"
2819
],
2920
"env": {
3021
"ALIBABA_CLOUD_ACCESS_KEY_ID": "access_id",
@@ -43,7 +34,7 @@ export ALIBABA_CLOUD_ACCESS_KEY_ID=$your_access_id; # 替换为你的access_id
4334
export ALIBABA_CLOUD_ACCESS_KEY_SECRET=$your_access_key; # 替换为你的access_key
4435

4536
# 启动MCP服务
46-
uv --directory alibabacloud-rds-openapi-mcp-server/src/alibabacloud_rds_openapi_mcp_server run server.py
37+
uvx alibabacloud-rds-openapi-mcp-server@latest
4738
```
4839
成功启动后会看到以下输出:
4940
```shell
@@ -58,6 +49,10 @@ remote_server = "http://127.0.0.1:8000/sse";
5849
```
5950

6051
### 使用Claude
52+
从Github克隆仓库
53+
```shell
54+
git clone https://github.com/aliyun/alibabacloud-rds-openapi-mcp-server.git
55+
```
6156
在MCP客户端配置文件中添加:
6257
```json
6358
"mcpServers": {

0 commit comments

Comments
 (0)