relational-database-mcp-cloudbase

Automate SQL execution and MySQL instance management for CloudBase Relational Database via MCP.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill relational-database-mcp-cloudbase-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relational-database-mcp-cloudbase
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/relational-database-tool
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill relational-database-mcp-cloudbase-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of CloudBase Relational Database instances, including SQL query execution, instance provisioning, and permission management, without the need for SDKs.

Core Features & Use Cases

  • SQL Execution: Execute SQL queries, including SELECT, INSERT, UPDATE, DELETE, and DDL operations.
  • Instance Management: Provision and destroy MySQL instances as needed.
  • Permission Management: Read and modify database permissions.
  • Use Case: If you need to ensure a new MySQL instance is provisioned before executing an update statement, use this Skill to first check the instance status with queryMysqlDatabase.

Quick Start

Use the relational-database-mcp-cloudbase skill to provision a new MySQL instance in your CloudBase environment.

Frequently Asked Questions about relational-database-mcp-cloudbase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute SQL queries on a CloudBase relational database without using an SDK?

You can execute SQL queries on a CloudBase relational database via MCP, which supports SELECT, INSERT, UPDATE, DELETE, and DDL operations without requiring an SDK.

Can I provision and destroy MySQL instances in CloudBase automatically?

Yes, you can provision and destroy MySQL instances in CloudBase automatically using the relational database MCP, which manages instance lifecycle operations directly.

Does the CloudBase SQL MCP check MySQL instance status before running updates?

Yes, the CloudBase SQL MCP requires instance status checks and proper permissions before executing update statements to ensure safe database operations.

What SQL operations are supported by the CloudBase relational database MCP?

The CloudBase relational database MCP supports standard SQL operations including SELECT, INSERT, UPDATE, DELETE, and DDL, alongside instance provisioning and permission management.

Do I need specific permissions to manage CloudBase database operations via MCP?

Yes, specific permissions are required to manage CloudBase database operations via MCP, as the tool performs permission checks before executing SQL queries or instance modifications.