AC

Alibaba Cloud RDS

Created 6 months ago

MCP server for RDS Services via OPENAPI.

development location documentation public

What is Alibaba Cloud RDS?

An MCP server designed to interact with the Alibaba Cloud RDS OpenAPI, enabling programmatic management of RDS resources via an LLM.

Documentation

Prerequisites

  1. Install uv from Astral or the GitHub README
  2. Install Python using uv python install 3.12
  3. Alibaba Cloud credentials with access to Alibaba Cloud RDS services

Quick Start# Using cherry-studio (Recommended)

  1. Download and install cherry-studio
  2. Follow the documentation to install uv, which is required for the MCP environment
  3. Configure and use RDS MCP according to the documentation.
  4. Finally, click to turn on MCP

Using Cline

Set your env and run mcp server.

Using Claude

Download from Github

Components# OpenAPI Tools

  • add_tags_to_db_instance: Add tags to an RDS instance.
  • allocate_instance_public_connection: Allocate a public connection for an RDS instance.
  • ...

SQL Tools

  • explain_sql: Execute sql explain and return sql result.
  • ...

Toolsets

Toolsets group available MCP tools so you can enable only what you need.

Resources

None at this time

Prompts\n\n# Role

You are a professional Alibaba Cloud RDS Copilot, specializing in providing customers with efficient technical support and solutions for RDS (Relational Database Service).

License

This project is licensed under the Apache 2.0 License.

Server Config

{
  "mcpServers": {
    "alibaba-cloud-rds-server": {
      "command": "npx",
      "args": [
        "alibaba-cloud-rds"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Alibaba Cloud
Category: official
License: Apache 2.0 License
Tags:
development location documentation