阿里云 RDS OpenAPI MCP 服务器
通过 OPENAPI 为 RDS 服务提供 MCP 服务器
先决条件
从Astral或GitHub README安装
uv
使用
uv python install 3.12
安装 Python可以访问阿里云 RDS 服务的阿里云凭证
快速入门
使用cherry-studio (推荐)
按照Cherry-Studio 的文档安装 MCP 环境,然后配置并使用 RDS MCP。在 MCP 客户端配置文件中添加以下配置:
使用 Cline
设置您的环境并运行 mcp 服务器。
运行 mcp server 后,你会看到以下输出:
然后配置Cline。
使用 Claude
从 Github 下载
在MCP客户端配置文件中添加如下配置:
成分
工具
create_db_instance
:创建一个 RDS 实例。describe_db_instances
:查询实例。describe_db_instance_attribute
:查询实例的详细信息。describe_db_instance_performance
:查询实例的性能数据。describe_error_logs
:查询实例的错误日志。describe_db_instance_net_info
:批量检索多个 RDS 实例的网络配置详细信息。describe_db_instance_ip_allowlist
:批量检索多个 RDS 实例的 IP 允许列表配置。describe_db_instance_databases
:批量检索多个 RDS 实例的数据库信息。describe_db_instance_accounts
:批量检索多个 RDS 实例的帐户信息。describe_available_classes
:查询可用的实例类和存储范围。describe_available_zones
:查询 RDS 实例的可用区域。describe_bills
:查询用户在特定计费周期内所有产品实例或计费项的消费汇总。describe_vpcs
:查询VPC列表。describe_vswitches
:查询VSwitch列表。describe_slow_log_records
:查询 RDS 实例的慢日志记录。describe_db_instance_parameters
:批量检索多个 RDS 实例的参数信息。modify_parameter
:修改RDS实例参数。modify_db_instance_spec
:修改RDS实例规格。get_current_time
:获取当前时间。
资源
目前无
提示
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
分叉存储库
创建你的功能分支(
git checkout -b feature/amazing-feature
)提交您的更改(
git commit -m 'Add some amazing feature'
)推送到分支(
git push origin feature/amazing-feature
)打开拉取请求
执照
该项目采用 Apache 2.0 许可证授权。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
通过 OpenAPI 方式提供对阿里云 RDS 数据库服务的管理和连接能力的服务器,用户可以通过 MCP 集成创建、查询和修改 RDS 实例。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables large language models to upload files directly to Alibaba Cloud Object Storage Service (OSS), supporting multiple OSS configurations and specified upload directories.Last updated -07
AlibabaCloud MCP Serverofficial
AsecurityAlicenseAqualityA server that provides access to Alibaba Cloud resources including ECS, VPC, and CloudMonitor through API and OOS implementations, enabling resource management and monitoring via a unified interface.Last updated -3476Apache 2.0Alibaba Cloud MCP Serverofficial
AsecurityAlicenseAqualityA server implementation that enables management of Alibaba Cloud ECS (Elastic Compute Service) resources through a collection of API and OOS automation tools, supporting operations like instance lifecycle management, monitoring, and resource inspection.Last updated -2676Apache 2.0- AsecurityAlicenseAqualityProvides tools for accessing Alibaba Cloud observability products including SLS (Log Service) and ARMS (Application Real-time Monitoring Service), allowing any MCP-compatible AI assistants to quickly interact with these services.Last updated -935MIT License