@cano721/mysql-mcp-server
Related Servers
Alternatives to @cano721/mysql-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables safe interaction with MySQL databases through SELECT queries, table structure inspection, and database schema exploration. Provides read-only access to query data and examine database metadata.1-
- FlicenseNot gradedqualityCmaintenanceEnables secure SQL query execution on MySQL databases with authentication and permission control, allowing users to explore database tables and run read-only queries.-
- AlicenseAqualityDmaintenanceEnables read-only MySQL database connectivity, allowing execution of SELECT queries, listing tables, and describing table structures via natural language.312 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables read-only access to MySQL databases through natural language queries. Provides automatic table schema discovery and executes SELECT, SHOW, DESCRIBE, and EXPLAIN statements within secure read-only transactions.MIT
- AlicenseNot gradedqualityDmaintenanceEnables schema introspection and safe read-only queries on MySQL databases, supporting table/column discovery, relationship exploration, and controlled SELECT queries.8 npmMIT
- AlicenseBqualityDmaintenanceProvides secure, read-only access to MariaDB/MySQL databases, allowing users to list databases, explore table schemas, and execute SQL queries with built-in security measures.440 npm4MIT
TDQS
Scored across 7 tools
Each tool has a distinct purpose: listing databases, listing tables, describing table schemas, executing read-only queries, analyzing performance, explaining execution plans, and discovering table relationships. No overlap between tools.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., list_databases, describe_table, execute_query), making it predictable and easy for an agent to infer functionality.
With 7 tools, the server covers the essential operations for a MySQL read-only analysis server: exploration (databases, tables, schema), query execution, performance analysis (EXPLAIN, ANALYZE), and relationship discovery. The count is well-scoped.
The tool set provides full lifecycle coverage for read-only database analysis: listing, describing, querying, analyzing, and relating. There are no obvious gaps for the intended purpose.