A
licenseB
qualityD
maintenanceMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.
1
2 npm
4
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: version info, listing connections, and executing queries. No overlaps or ambiguity.
Two tools follow verb_noun pattern (get_version, list_connections), but 'query' is a single verb without a noun, creating minor inconsistency. Overall still clear and predictable.
Three tools is appropriate for a focused SQL query interface. It covers basic needs without being too many or too few, though slightly minimal.
Core query functionality is present, but missing schema introspection, connection management (create/delete), or result pagination control. Gaps may force agents to work around limitations.