cloud-sql-proxy icon indicating copy to clipboard operation
cloud-sql-proxy copied to clipboard

Bypass MCP?

Open bchrobot opened this issue 1 month ago • 0 comments

Question

We have a Cloud SQL Postgres instance with Managed Connection Pooling enabled in transaction pooling mode. Under most circumstances we would like to connect to this instance via MCP. However, under certain circumstances we need to connect via cloud-sql-proxy directly to port 5432 of the instance, bypassing MCP. This does not seem possible currently as the port configuration options only modify how cloud-sql-proxy listens for client connections.

Code


Additional Details

No response

bchrobot avatar Nov 25 '25 20:11 bchrobot