A Model Context Protocol (MCP) server that enables Claude Desktop to interact with MySQL databases through read-only queries
{
"mcpServers": {
"hovecapitalread-only-mysql": {
"command": "npx",
"args": [
"-y",
"@hovecapital/read-only-mysql-mcp-server"
]
}
}
}