mysql mcp for Cline
io.github.neverinfamous/mysql-mcp
Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment
client:Cline
transport:stdio
runtime:oci
Install mysql mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mysql-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/mysql-mcp:v1.0.0"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs