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).
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.