relational-database-mcp-cloudbase

Manage CloudBase Relational Databases via CloudBase Management API MCP tools.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/jngong-collab/miniapp-growth-v2-open --skill relational-database-mcp-cloudbase-jngong-collab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relational-database-mcp-cloudbase
Source: https://github.com/jngong-collab/miniapp-growth-v2-open/tree/main/.trae/skills/cloudbase/references/relational-database-tool
Command: npx skills add https://github.com/jngong-collab/miniapp-growth-v2-open --skill relational-database-mcp-cloudbase-jngong-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines operations on CloudBase Relational Databases, ensuring safe data manipulation and security rule management without the risk of corrupting production data.

Core Features & Use Cases

  • Secure Data Operations: Execute SQL commands safely with MCP tools for INSERT, UPDATE, DELETE, and DDL operations.
  • Security Rule Management: Read and modify table security rules to control access effectively.
  • Use Case: When performing a database schema change or securing access to sensitive data, this Skill ensures the operation is done securely with minimal risk.

Quick Start

Run a SELECT query on the 'users' table to list all active users: executeReadOnlySQL("SELECT * FROM users WHERE active = true").

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 securely execute SQL operations on a CloudBase relational database?

You can securely execute SQL operations on a CloudBase relational database using MCP tools to safely perform INSERT, UPDATE, DELETE, and DDL commands. This approach minimizes the risk of corrupting production data during manipulation.

What is the best way to manage security rules for CloudBase database tables?

Managing security rules for CloudBase database tables involves reading and modifying table configurations via MCP tools. This allows administrators to effectively control data access and secure sensitive information without standard SDKs.

Can I perform database schema changes in CloudBase without risking data corruption?

Yes, you can perform database schema changes in CloudBase without risking data corruption by utilizing the CloudBase Management API. It provides precise, secure management intended for administrators and automated agents.

Do I need standard SDKs to manipulate data and security rules in CloudBase?

No, you do not need standard SDKs to manipulate data and security rules in CloudBase. This Skill uses MCP tools to provide precise management, intentionally bypassing SDKs to minimize the risk of data corruption.

How do I run a read-only SQL query to list active users in CloudBase?

To run a read-only SQL query in CloudBase, you execute a command like executeReadOnlySQL("SELECT * FROM users WHERE active = true"). This safely retrieves data without risking modification to the production database.