MySQL
5
0

Cline
Setting up with Cline
- Open Cline's settings
- Navigate to the Integrations section
- Click "Add MCP Server"
- Copy and paste the configuration below based on your operating system
Note: Make sure to restart Cline after adding the configuration.
JSON
1{2 "mcpServers": {3 "mysql": {4 "env": {5 "MYSQL_HOST": "localhost",6 "MYSQL_USER": "your_username",7 "MYSQL_DATABASE": "your_database",8 "MYSQL_PASSWORD": "your_password"9 },10 "args": [11 "/path/to/mysql-server/build/index.js"12 ],13 "command": "node"14 }15 }16}
社区评论
0.0
0 条评论
5
0
4
0
3
0
2
0
1
0
暂无评论. 成为第一个评论的人!
登录以参与讨论