Language: 日本語English

cloud-sql-sqlserver Plugin

Author
Google LLC
Category
Database
Topics
Databases & Storage · Cloud, Deployment & CI/CD
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

cloud-sql-sqlserver is a plugin providing a set of agent skills for interacting with Google Cloud SQL for SQL Server instances via natural language. According to the README, it can be used with AI agents including Antigravity, Claude Code, and Codex to manage databases, execute queries, explore schemas, and troubleshoot issues. The project is currently in beta (pre-v1.0) and may see breaking changes before a stable v1.0 release. It requires a Google Cloud project with the Cloud SQL Admin API enabled, Application Default Credentials, and specific IAM roles (Cloud SQL Client, Viewer, Admin). The repository is licensed under Apache-2.0.

Overview

According to the README, this is a set of agent skills (not a standalone SaaS) that lets supported AI coding agents connect to and manage Cloud SQL for SQL Server instances using natural language prompts, covering provisioning, schema exploration, querying, and lifecycle management.

What you can do with cloud-sql-sqlserver

  • Provision infrastructure by asking the agent to create new Cloud SQL for SQL Server instances, databases, or users (per README usage examples)
  • Explore schemas and data, e.g. list tables in a database or view columns of a table (per README)
  • Run natural-language queries against the database, such as aggregating recent order data (per README)
  • Generate code, e.g. ask the agent to create a Python dataclass representing a table schema (per README)
  • Use the Admin skill to provision instances, create databases/users, clone environments, and monitor long-running operations (per README's Supported Skills section)
  • Use the Data skill to explore schema, execute SQL queries, and monitor performance metrics via PromQL (per README)
  • Use the Lifecycle skill to create backups, restore from backups, and clone instances for testing or migration (per README)
  • Use the Monitor skill to troubleshoot slow queries and analyze PromQL metrics (per README)
  • Install the skills for Antigravity, Claude Code, or Codex following agent-specific installation steps described in the README

Sources

Original description (English)

Connect to Cloud SQL for SQL Server

History of cloud-sql-sqlserver

Back to list