designcomputer/mysql_mcp_server
MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines
Quick Start
Clone the repository:
git clone https://github.com/designcomputer/mysql_mcp_serverClaude Desktop configuration example:
{
"mcpServers": {
"mysqlmcpserver": {
"command": "npx",
"args": [
"-y",
"designcomputer/mysql_mcp_server"
]
}
}
}Check the repository README for specific installation and configuration instructions.