mysql-mcp-server and mysql_mcp_server
About mysql-mcp-server
dpflucas/mysql-mcp-server
An MCP server provides read-only access to MySQL databases.
Implements query validation and sandboxing to enforce read-only operations (SELECT, SHOW, DESCRIBE, EXPLAIN only) with configurable timeouts and row limits to prevent resource exhaustion. Integrates with the Model Context Protocol (MCP) ecosystem, enabling AI assistants like Claude to query MySQL databases through a stdio transport with connection pooling and environment-based configuration.
About mysql_mcp_server
designcomputer/mysql_mcp_server
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Exposes MySQL tables as MCP resources and executes arbitrary SQL queries with structured error handling, communicating via stdio transport for seamless integration with Claude Desktop and VS Code. Credentials are configured entirely through environment variables, with built-in logging for audit trails and enforcement of least-privilege database access patterns.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work