Alibaba Cloud RDS OpenAPI MCP Server
@aliyun
Alibaba Cloud RDS OpenAPI MCP Server について
MCP server for RDS Services via OPENAPI.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"alibabacloud-rds-openapi-mcp-server": {
"command": "uvx",
"args": [
"alibabacloud-rds-openapi-mcp-server@latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Alibaba Cloud RDS OpenAPI MCP Server?
Alibaba Cloud RDS OpenAPI MCP Server is an MCP (Model Context Protocol) server that provides tools for managing Alibaba Cloud RDS (Relational Database Service) instances via the RDS OpenAPI and direct SQL execution. It is designed for developers, DBAs, and AI assistants who need to interact with Alibaba Cloud RDS programmatically through MCP-compatible clients.
How to use Alibaba Cloud RDS OpenAPI MCP Server?
Install dependencies (uv and Python 3.12), obtain Alibaba Cloud credentials with RDS access, then run the server using uvx alibabacloud-rds-openapi-mcp-server@latest with environment variables ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET. Optionally set ALIBABA_CLOUD_SECURITY_TOKEN for STS tokens, SERVER_HOST, SERVER_TRANSPORT, and API_KEY for non-loopback deployments. Configure an MCP client (e.g., cherry-studio, Cline, Claude) to connect via stdio or sse transport. Tools can be filtered using the --toolsets parameter or MCP_TOOLSETS environment variable.
Key features of Alibaba Cloud RDS OpenAPI MCP Server
- OpenAPI tools to create, manage, and query RDS instances.
- SQL tools for read-only queries, EXPLAIN, and SHOW commands.
- Toolsets to group tools by functionality (e.g.,
rds,rds_custom_read). - Skills for AI-assisted operations and instance management via CLI.
- Prompts for structured RDS troubleshooting and task decomposition.
- Supports both stdio and SSE transport protocols.
Use cases of Alibaba Cloud RDS OpenAPI MCP Server
- Automate RDS instance provisioning, monitoring, and configuration changes.
- Query slow logs, error logs, and performance metrics for diagnostics.
- Run read-only SQL statements like
SELECT,SHOW, andEXPLAIN. - Manage security IP whitelists and tags on RDS instances.
- Integrate with AI copilots for natural language database management.
FAQ from Alibaba Cloud RDS OpenAPI MCP Server
What is the difference between OpenAPI tools and SQL tools?
OpenAPI tools call the Alibaba Cloud RDS API for management actions (e.g., create instance, modify specs), while SQL tools connect directly to the database to execute read-only SQL statements like SELECT and EXPLAIN.
What are the dependencies and runtime requirements?
You need uv (≥ a recent version), Python 3.12, and Alibaba Cloud credentials with RDS permissions. The server can run locally or on a trusted network.
Where does data live? Are credentials stored?
The server runs on your machine or a trusted host and communicates with Alibaba Cloud APIs and your RDS instances. Credentials are set via environment variables and not stored persistently by the server. For SQL tools, temporary read-only accounts are created and then deleted.
What transport protocols are supported?
The server supports both stdio (default for local clients like cherry-studio) and sse (for remote clients like Cline). The transport is set via the SERVER_TRANSPORT environment variable.
How is authentication handled for non-loopback deployments?
When SERVER_HOST is not a loopback address, you must set an API_KEY. MCP clients must then send Authorization: Bearer <API_KEY> in requests. Write-capable tools are disabled by default on non-loopback hosts unless ENABLE_WRITE_TOOLS=true is explicitly set.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント