8 months ago
Server Config
{
"mcpServers": {
"mysql": {
"command": "go-mcp-mysql",
"args": [
"--host",
"localhost",
"--user",
"root",
"--pass",
"password",
"--port",
"3306",
"--db",
"mydb"
]
}
}
}