I'm a seasoned Web Developer with 9 years of experience under my belt. My journey in the world of web development has been exciting and full of continuous learning. Now, I'm expanding my horizons and
config = {
"mcpServers": {
"mysql": {
"command": "npx",
"args": [
"-y",
"@benborla29/mcp-server-mysql"
],
"env": {
"DB_HOST": str(DB_HOST),
"DB_PORT": str(DB_PORT),
"DB_USER": str(DB_USER),
"DB_PASSWORD": str(DB_PASSWORD),
"DB_NAME": str(DB_NAME)
}
}
}
}
but instead of configuring in claude desktop , i am trying to have this configured to web-ui (FLASK APP).
Then I tested the MCP server satndalone: The latest Version 2.0.5 silently dies after saying it was version 2.0.2
Starting MySQL MCP server v2.0.2...
When I explicitly install version 2.0.2: npm install -g @benborla29/mcp-server-mysql@2.0.2
it runs with the same configuration (although it says it is v2.0.1 ;-) )
I'm a seasoned Web Developer with 9 years of experience under my belt. My journey in the world of web development has been exciting and full of continuous learning. Now, I'm expanding my horizons and
did this stop working ,i am new to mcp i tried to implement this but it always says connection lost
Whatβs your configuration looks like and which tool are you using this to?
config = {
"mcpServers": {
"mysql": {
"command": "npx",
"args": [
"-y",
"@benborla29/mcp-server-mysql"
],
"env": {
"DB_HOST": str(DB_HOST),
"DB_PORT": str(DB_PORT),
"DB_USER": str(DB_USER),
"DB_PASSWORD": str(DB_PASSWORD),
"DB_NAME": str(DB_NAME)
}
}
}
}
but instead of configuring in claude desktop , i am trying to have this configured to web-ui (FLASK APP).
This works with claude-desktop now, but doesnt work if you have a your own web-ui.
Same here. Have the issue omn Gemini CLI
Then I tested the MCP server satndalone: The latest Version 2.0.5 silently dies after saying it was version 2.0.2
Starting MySQL MCP server v2.0.2...
When I explicitly install version 2.0.2: npm install -g @benborla29/mcp-server-mysql@2.0.2
it runs with the same configuration (although it says it is v2.0.1 ;-) )
Try the version2.0.5