什么是 volcengine-rds-mysql?
使用火山引擎RDS MySQL MCP服务器帮助用户完成RDS MySQL相关的实例管理、数据库操作、账户管理和操作任务。您可以直接运行 uv run ./scripts/call_rds_mysql.py 脚本来获取实时结果。 来源:bytedance/agentkit-samples。
使用火山引擎RDS MySQL MCP服务器帮助用户完成RDS MySQL相关的实例管理、数据库操作、账户管理和操作任务。您可以直接运行 uv run ./scripts/call_rds_mysql.py 脚本来获取实时结果。
通过命令行快速安装 volcengine-rds-mysql AI 技能到你的开发环境
来源:bytedance/agentkit-samples。
| list-instances | 查询 RDS MySQL 实例列表 | 无 | | describe-instance | 查询指定实例详情 | --instance-id | | list-databases | 查询实例的数据库列表 | --instance-id | | list-accounts | 查询实例的账号列表 | --instance-id | | list-parameters | 查询实例的参数配置 | --instance-id | | list-parameter-templates | 查询参数模板列表 | 无 | | describe-parameter-template | 查询参数模板详情 | --template-id |
| list-vpcs | 查询 VPC 列表 | 无 | | list-subnets | 查询子网列表 | --vpc-id | | get-price | 查询实例价格 | 多个配置参数 |
| action | 操作类型(必需) | - | | --region / -r | 火山引擎地域 ID | cn-beijing | | --instance-id / -i | 实例 ID | 无 | | --page-number | 分页页码 | 1 | | --page-size | 每页记录数 | 10 | | --output / -o | 输出格式(json/table) | json |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/bytedance/agentkit-samples --skill volcengine-rds-mysql使用火山引擎RDS MySQL MCP服务器帮助用户完成RDS MySQL相关的实例管理、数据库操作、账户管理和操作任务。您可以直接运行 uv run ./scripts/call_rds_mysql.py 脚本来获取实时结果。 来源:bytedance/agentkit-samples。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/bytedance/agentkit-samples --skill volcengine-rds-mysql 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/bytedance/agentkit-samples