gcp Google Cloud release notes ·

Cloud SQL for MySQL: Remote MCP Server Adds Security, Trial & Observability Features

observabilitygcpengineergcp-cloud-sql
feature

Cloud SQL for MySQL's remote MCP server now supports specialized endpoint URLs, allowing users to restrict tool access based on security and workflow requirements. Developers can easily provision free trial instances for testing and development by setting a new parameter in the `create_instance` tool. Additionally, SQL statements can now automatically include `sqlcommenter` tags for enhanced database observability when using specific execution tools. These updates provide greater control over tool exposure, simplify trial instance provisioning, and improve insights into database operations for Cloud SQL users.

Features (3)
  • Cloud SQL for MySQL

    The Cloud SQL remote MCP server now supports specialized endpoint URLs (toolsets) for /readonly , /instance_manage , and /query_execution . Specialized toolset URLs let you restrict the set of exposed MCP tools based on your security and workflow requirements. For more information, see Available toolsets .

  • Cloud SQL for MySQL

    You can now use the create_instance tool in the Cloud SQL remote MCP server to provision free trial instances for testing and development by setting the free_trial parameter to true . For more information, see Create a free trial instance .

  • Cloud SQL for MySQL

    When executing SQL queries using the execute_sql or execute_sql_readonly tool, setting the sql_commenter_enabled parameter to true automatically appends sqlcommenter tags ( mcp.tool , mcp.server , user.identity , mcp.client ) to SQL statements for enhanced database observability. For more information, see sqlcommenter tags .

Read the original announcement →

https://docs.cloud.google.com/release-notes#August_11_2026

Related releases