-
Notifications
You must be signed in to change notification settings - Fork 1.6k
v0.17.0 Unable to Connect to MySQL #1695
Copy link
Copy link
Labels
priority: p0Highest priority. Critical issue. P0 implies highest priority.Highest priority. Critical issue. P0 implies highest priority.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p0Highest priority. Critical issue. P0 implies highest priority.Highest priority. Critical issue. P0 implies highest priority.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for Bug.
Prerequisites
Toolbox version
toolbox version 0.17.0+binary.linux.amd64.de19d52
Environment
Linux 6.14.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 17 23:22:02 UTC 2025 x86_64 x86_64 x86_64 GNU/Linuxcurl -O https://storage.googleapis.com/genai-toolbox/v0.17.0/linux/amd64/toolboxClient
{ "mcpServers": { "mysql": { "command": "./PATH/TO/toolbox", "args": ["--prebuilt", "mysql", "--stdio"], "env": { "MYSQL_HOST": "", "MYSQL_PORT": "", "MYSQL_DATABASE": "", "MYSQL_USER": "", "MYSQL_PASSWORD": "" } } } }Expected Behavior
The MCP server should start normally for Claude Code to call.
Current Behavior
Claude Code is unable to start the MCP server. Attempting to reproduce the issue using the same command and environment variables results in the following error message:
Steps to reproduce?
Please refer to: https://googleapis.github.io/genai-toolbox/dev/how-to/connect-ide/mysql_mcp/
Additional Details
This issue might be related to #1617