cloud-sql-mysql Claude Code Plugin
Claude Code PluginClaude CodeDatabaseDatabases & StorageCloud, Deployment & CI/CDThe explanation below is AI-generated. Please verify it against the sources.
This plugin gives an AI agent a set of skills for working with Google Cloud SQL for MySQL databases. It lets the agent provision and configure instances, browse schemas, run queries, generate code from table structures, and handle backup, restore, and cloning tasks. A separate monitoring skill helps diagnose slow queries and structural performance problems. It is intended for use with agents such as Antigravity, Claude Code, and Codex.
About the service
Cloud SQL for MySQL is Google Cloud's managed relational database service. This plugin acts as a bridge that lets an AI agent connect to and operate on instances of that service, using Google Cloud IAM credentials and project/region/instance configuration supplied by the user.
What you can do with cloud-sql-mysql
- Provision new Cloud SQL for MySQL instances, databases, and users
- Explore database schemas and inspect table structures
- Run SQL queries and review MySQL execution plans
- Generate code such as data classes from table schemas
- Create backups, restore prior states, and clone instances for testing or recovery
- Investigate slow queries, system metrics, and structural issues like fragmentation or missing indexes