relational-database-mcp-cloudbase

Operate CloudBase MySQL instances via MCP tools for provisioning, SQL queries, and security rules.

8|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill relational-database-mcp-cloudbase-tugoukezhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relational-database-mcp-cloudbase
Source: https://github.com/Tugoukezhang/workbuddy-skills/tree/main/skills/cloudbase/references/relational-database-tool
Command: npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill relational-database-mcp-cloudbase-tugoukezhang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables autonomous agents to manage CloudBase Relational Database instances via MCP tools, handling provisioning, querying, and security-rule operations without relying on traditional SDKs.

Core Features & Use Cases

  • Provision MySQL instances and initialize schemas in MCP workflows.
  • Run read-write SQL via MCP tools to inspect data and apply changes with guardrails.
  • Read and update per-table security rules to enforce access control across environments.
  • Use cases include environment setup, data inspection, schema evolution, and safe deletion of resources when no longer needed.

Quick Start

Provision a MySQL instance if one does not exist, then perform a read-only query to verify provisioning before applying mutations.

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 manage CloudBase MySQL instances via MCP without initializing an SDK?

You can manage CloudBase MySQL instances via MCP by using tools like querySqlDatabase and manageSqlDatabase to provision, query, and secure databases directly, bypassing traditional SDK initializations.

What is the safest way to run SQL operations on a CloudBase relational database through an autonomous agent?

The safest way to run SQL operations on a CloudBase relational database is through MCP tools that enforce readiness checks and require explicit confirmations for destructive actions before executing mutations.

How do I update per-table security rules across multiple CloudBase environments?

You update per-table security rules across multiple CloudBase environments by utilizing the readSecurityRule and writeSecurityRule MCP tools to enforce access control without relying on SDKs.

Can I provision a MySQL schema and verify it with a read-only query in an MCP workflow?

Yes, you can provision a MySQL schema and verify it within an MCP workflow by creating the instance first, then performing a read-only query to confirm provisioning before applying any mutations.

How do MCP guardrails prevent destructive SQL operations during CloudBase database provisioning?

MCP guardrails prevent destructive SQL operations during CloudBase database provisioning by enforcing readiness checks and demanding explicit confirmations before executing any destructive actions.