aliyun

Alibaba Cloud DMS MCP Server

Community aliyun
Updated

A universal multi-cloud data MCP Server supporting over 40 types of data source connections, providing secure, unified data access in a single platform.
Supports full range of Alibaba Cloud services and Mainstream databases/data warehouses.

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.

MCP Server · Populars

MCP Server · New