relational-database-mcp-cloudbase

Manage CloudBase relational databases via MCP tools for provisioning and permissions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and safeguards CloudBase Relational Database management by guiding agents through inspection, provisioning, destruction, schema initialization, and permission updates using MCP tools, reducing risk and manual mistakes.

Core Features & Use Cases

  • Inspect and query SQL data and provisioning state without SDKs.
  • Provision MySQL instances, monitor progress, and destroy when no longer needed.
  • Initialize schemas and adjust table permissions to enforce per-user access control.

Quick Start

Invoke the MCP tools to provision a MySQL instance, verify readiness with a read query, and review permissions before enabling access.

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 a MySQL instance on CloudBase using MCP?

To provision a MySQL instance on CloudBase using MCP, you invoke the manageSqlDatabase MCP tool to initiate provisioning, then poll its status until readiness checks confirm the instance is active.

What is the safest way to destroy a CloudBase relational database via MCP?

The safest way to destroy a CloudBase relational database via MCP is using the manageSqlDatabase tool, which enforces explicit destruction confirmation safeguards to prevent accidental data loss.

Can I inspect CloudBase SQL data and schema without installing an SDK?

Yes, you can inspect CloudBase SQL data and schema without an SDK by using the querySqlDatabase MCP tool to query data and check the provisioning state directly.

How do I manage per-user access control for CloudBase relational databases?

You manage per-user access control for CloudBase relational databases by using the queryPermissions and managePermissions MCP tools to review and adjust table permissions.

Does CloudBase MCP support schema initialization for relational databases?

Yes, CloudBase MCP supports schema initialization for relational databases by guiding agents through the setup process after verifying instance readiness with a read query.