beqaux/mysql-mcp-server-query-builder
3.1
If you are the rightful owner of mysql-mcp-server-query-builder and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This project provides an MCP server for MySQL schema inspection and SQL query suggestion, designed to work seamlessly with the Cursor IDE.
Tools
Functions exposed to the LLM to take actions
suggest_query
Suggests a SQL SELECT query for a natural language question, using only the relevant subset of the schema.
suggest_query_pro
Suggests a SQL SELECT query using the FULL schema and all relationships.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client