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
**AI-powered unified data management gateway** that supports connection to over 30+ data sources, serving as a multi-cloud universal data MCP Server to address cross-source data secure access in one-stop solution.
Add the following configuration to the MCP client configuration file:
21
-
```json5
65
+
66
+
### Configure MCP Client
67
+
Add the following content to the configuration file:
68
+
```json
22
69
"mcpServers": {
23
70
"dms-mcp-server": {
24
71
"command": "uv",
@@ -31,11 +78,20 @@ Add the following configuration to the MCP client configuration file:
31
78
"env": {
32
79
"ALIBABA_CLOUD_ACCESS_KEY_ID": "access_id",
33
80
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "access_key",
34
-
"ALIBABA_CLOUD_SECURITY_TOKEN":"sts_security_token"//optional, required when using STS Token
81
+
"ALIBABA_CLOUD_SECURITY_TOKEN": "sts_security_tokenoptional, required when using STS Token"
35
82
}
36
83
}
37
84
}
38
85
```
39
86
87
+
---
88
+
89
+
## Contact us
90
+
91
+
For any questions or suggestions, join the[Alibaba Cloud DMS MCP Group](https://h5.dingtalk.com/circle/joinCircle.html?corpId=dinga0bc5ccf937dad26bc961a6cb783455b&token=2f373e6778dcde124e1d3f22119a325b&groupCode=v1,k1) (DingTalk Group ID: 113455011677) .
0 commit comments