relational-database-mcp-cloudbase

Manage CloudBase Relational Database via MCP for provisioning, SQL queries, and permissions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloud environment management for CloudBase Relational Database via MCP tools, enabling safe query, provisioning, and permissions control across environments.

Core Features & Use Cases

  • Inspect and query data with querySqlDatabase for read-only insights and status checks.
  • Provision, configure, and destroy CloudBase MySQL using manageSqlDatabase, including schema initialization and per-user permissions considerations.
  • Inspect and update permissions with queryPermissions and managePermissions to enforce access control.

Quick Start

Ask your agent to run a read-only query with querySqlDatabase and, if needed, provision MySQL using MCP to begin managing schemas and permissions.

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 provisioning using an AI agent?

You can manage CloudBase MySQL provisioning by instructing your agent to use the manageSqlDatabase MCP tool, which handles instance creation, destruction, schema initialization, and asynchronous status checks across environments.

Can I run read-only SQL queries on a CloudBase relational database via MCP?

Yes, you can run read-only SQL queries on a CloudBase relational database via MCP by using the querySqlDatabase action to inspect data and retrieve status insights safely.

How do I adjust per-user permissions for a CloudBase MySQL instance?

You adjust per-user permissions for a CloudBase MySQL instance by having your agent execute the managePermissions MCP action, allowing you to enforce and update access controls across environments.

Does MCP support asynchronous status checks when provisioning MySQL instances?

Yes, MCP supports asynchronous status checks during MySQL provisioning through the manageSqlDatabase action, allowing agents to monitor instance creation and configuration progress over time.

What is the best way to inspect access control settings in a CloudBase relational database?

The best way to inspect access control settings in a CloudBase relational database is to use the queryPermissions MCP action, which retrieves current per-user permission configurations for review.