Server data from the Official MCP Registry
MCP server exposing MySQL database functionalities as tools
MCP server exposing MySQL database functionalities as tools
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-mysql-connector": {
"args": [
"mcp-mysql-connector"
],
"command": "uvx"
}
}
}The MCP MySQL connector is a well-structured server with proper authentication and reasonable security practices. The code demonstrates good architecture with proper connection management, parameterized queries to prevent SQL injection, and appropriate error handling. While there are opportunities for improvement in input validation and documentation of security considerations, the code follows security best practices and permissions are appropriately scoped for a database connector. Supply chain analysis found 11 known vulnerabilities in dependencies (2 critical, 6 high severity). Package verification found 1 issue.
Scanned 5 files · 15 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!