Skip to content

A universal multi-cloud data MCP Server supporting over 30 types of data source connections, providing a one-stop solution for cross-source data access.
Supports full range of Alibaba Cloud services and Mainstream databases/data warehouses.

Notifications You must be signed in to change notification settings

tivenwang/dms-mcp-test

Repository files navigation

Alibaba Cloud DMS MCP Server

A Model Context Protocol server for Alibaba Cloud DMS(Data Management).

This server facilitates unified metadata access and cross-engine data querying for large language models working with diverse database ecosystems.


Overview

DMS MCP Server provides:

  • Standardized interface for database metadata operations

Configuration

Download from Github

git clone https://github.com/aliyun/alibabacloud-dms-mcp-server.git

Add the following configuration to the MCP client configuration file:

"mcpServers": {
  "dms-mcp-server": {
    "command": "uv",
    "args": [
      "--directory",
      "/path/to/alibabacloud-dms-mcp-server/src/alibabacloud_dms_mcp_server",
      "run",
      "server.py"
    ],
    "env": {
      "ALIBABA_CLOUD_ACCESS_KEY_ID": "access_id",
      "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "access_key",
      "ALIBABA_CLOUD_SECURITY_TOKEN": "sts_security_token"  // optional, required when using STS Token
    }
  }
}

License

This project is licensed under the Apache 2.0 License.

About

A universal multi-cloud data MCP Server supporting over 30 types of data source connections, providing a one-stop solution for cross-source data access.
Supports full range of Alibaba Cloud services and Mainstream databases/data warehouses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages