
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "mysql database": {4 "env": {5 "MYSQL_HOST": "your_host",6 "MYSQL_USER": "your_user",7 "MYSQL_DATABASE": "your_database",8 "MYSQL_PASSWORD": "your_password"9 },10 "args": [11 "-y",12 "@f4ww4z/mcp-mysql-server",13 "mysql://user:password@127.0.0.1:3306/database"14 ],15 "command": "npx"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation