relational-database-mcp-cloudbase

Operate CloudBase Relational Database via MCP tools for SQL and security rules.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/zagarlucas/zagarlucas.github.io --skill relational-database-mcp-cloudbase-zagarlucas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relational-database-mcp-cloudbase
Source: https://github.com/zagarlucas/zagarlucas.github.io/tree/main/.continue/skills/relational-database-mcp-cloudbase
Command: npx skills add https://github.com/zagarlucas/zagarlucas.github.io --skill relational-database-mcp-cloudbase-zagarlucas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides authoritative guidance for agents operating on the CloudBase Relational Database using MCP tools, avoiding standard Application SDKs and ensuring safe, controlled SQL and security-rule management.

Core Features & Use Cases

  • MCP-based SQL operations: executeReadOnlySQL for safe data inspection and executeWriteSQL for writes and DDL with explicit safety checks.
  • Security rule management: readSecurityRule and writeSecurityRule to audit and adjust access controls per table.
  • Clear, safe workflow guidance: insistence on validation before destructive actions and structured steps for common data-management tasks.

Quick Start

Query a table with executeReadOnlySQL to inspect data, then plan a corresponding write using executeWriteSQL only after verifying read results.

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 relational database data using MCP tools?

You can manage CloudBase relational database data using MCP tools by executing SQL operations through executeReadOnlySQL for data inspection and executeWriteSQL for inserts, updates, and DDL statements.

What is the best way to audit and modify CloudBase security rules for relational database tables?

The best way to audit and modify CloudBase security rules is by using the MCP tools readSecurityRule to audit access controls and writeSecurityRule to adjust permissions per table.

Can I use the official CloudBase SDK to perform MCP SQL operations?

No, you should not initialize official CloudBase SDKs for MCP SQL operations. You must exclusively use the provided MCP tools to ensure safe and controlled database management.

How do I safely execute write operations on a CloudBase database?

To safely execute write operations on a CloudBase database, first inspect data using executeReadOnlySQL, then verify the results before planning and executing corresponding writes with executeWriteSQL.

What are the limitations of managing CloudBase relational databases through MCP?

A key limitation is that managing CloudBase relational databases through MCP requires avoiding standard Application SDKs entirely, relying strictly on MCP tools for all SQL execution and security rule adjustments.

When do I need to use MCP tools for CloudBase data management?

You need to use MCP tools for CloudBase data management when performing tasks such as inspecting tables, executing INSERT/UPDATE/DDL operations, and reading or changing security rules within an MCP context.