A
licenseNot graded
qualityB
maintenanceA MySQL MCP server for local stdio clients, enabling database queries and management with read-only/write modes, audit logging, and configurable security.
604 npm
MIT
No user-submitted related servers found.
Scored across 7 tools
Tool names are sufficiently distinct, but the absence of descriptions increases the risk of confusion between 'get_schema' and 'describe_table'.
All tools follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.
7 tools is well-scoped for a MySQL connector, covering query execution, metadata retrieval, and schema management without being excessive.
The tool set covers core database operations, though missing explicit data manipulation tools (INSERT/UPDATE/DELETE) which are presumably handled by execute_query.