keevor-mysql-mcp-server
Related Servers
Alternatives to keevor-mysql-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceA generic MCP server for MySQL operations, enabling listing databases/tables, describing schemas, running read-only SQL, and optionally executing write SQL with logging.1-
- FlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables interaction with MySQL databases through the Model Context Protocol, allowing execution of SQL queries and database table listing operations from Cline AI.-
- FlicenseCqualityCmaintenanceA MySQL MCP server providing tools to query and explore MySQL databases via stdio transport.7-
- FlicenseAqualityBmaintenanceMCP server that lets clients run SQL (select/insert/update/delete) against a MySQL database, with readonly and readwrite modes.4-
- AlicenseNot gradedqualityDmaintenance基于Node.js的MySQL MCP服务器,支持通过MCP协议安全操作MySQL数据库。11 npm3MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides read-only access to MySQL databases.4317 npm72MIT
TDQS
Scored across 3 tools
Each tool has a clear, distinct purpose: list_tables retrieves metadata about all tables, describe_table zooms into a single table's structure, and execute_sql runs arbitrary queries. No overlaps.
All tool names follow a consistent snake_case verb_noun pattern (list_tables, describe_table, execute_sql), making them predictable and easy to understand.
With only 3 tools, the server covers the minimum needed for MySQL interaction. While a bit sparse, the tools are well-chosen and each one serves a necessary role, making the count appropriate for a focused utility server.
The tool set covers basic discovery (list, describe) and execution (execute_sql), but lacks specialized tools for common operations like SELECT, INSERT, or database management. The generic execute_sql fills many gaps, so the surface is functional but not comprehensive.