relational-database-mcp-cloudbase

Manage CloudBase MySQL instances via MCP tools with provisioning, queries, and security rules.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/yyds-x/walk --skill relational-database-mcp-cloudbase-yyds-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relational-database-mcp-cloudbase
Source: https://github.com/yyds-x/walk/tree/main/.agents/skills/cloudbase/references/relational-database-tool
Command: npx skills add https://github.com/yyds-x/walk --skill relational-database-mcp-cloudbase-yyds-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudBase Relational Database management via MCP tools enables operators to provision MySQL instances, query data safely, and enforce access rules without embedding SDKs in application code.

Core Features & Use Cases

  • Provisioning and destroying MySQL instances via MCP tools
  • Query data with read-only checks and asynchronous status polling
  • Initialize and modify schemas, including per-user access controls
  • Read and write security rules to enforce data access policies

Quick Start

Provision a MySQL instance, run a read-only query to verify status, initialize your schema, and apply security rules using MCP tools.

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 provision and manage a CloudBase MySQL database via MCP?

You provision and manage a CloudBase MySQL database via MCP using the manageSqlDatabase tool to create instances, initialize schemas, and destroy environments. It handles asynchronous status polling to verify when your instance is ready.

How do I execute SQL queries safely through an MCP tool?

You execute SQL queries safely through an MCP tool by using the querySqlDatabase function. It performs explicit read-only checks before executing statements to prevent unintended write operations during data retrieval.

What is the best way to enforce access policies on a CloudBase relational database?

The best way to enforce access policies on a CloudBase relational database is by using the readSecurityRule and writeSecurityRule MCP tools. They allow you to configure per-user access controls and apply data access rules directly.

Can I initialize database schemas and control access without embedding SDKs in my application?

Yes, you can initialize schemas and control access without embedding SDKs by utilizing MCP tools. The tools expose schema initialization and security rule management externally, removing the need for application-level database SDKs.

Does MCP database provisioning support asynchronous status checks?

MCP database provisioning does support asynchronous status checks. After requesting instance creation via the manageSqlDatabase tool, the system polls the status asynchronously until the MySQL environment is fully operational.