Securely run read-only MySQL queries and inspect tables over MCP.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MySQL MCP Proxy" yet — see the docs or source repo.
Use MySQL MCP Proxy to run a read-only SQL query that calculates daily order counts and total sales for the last 30 days, sorted by date ascending, and state which tables were used.
A result table with date, order count, total sales, plus a brief note on the tables involved.
Use MySQL MCP Proxy to inspect the columns, primary keys, and indexes of the users, orders, and order_items tables, then summarize their likely relationships.
Structured schema details for each table and a clear summary of relationships among them.
I want to analyze active-user retention. First inspect the relevant schema via MySQL MCP Proxy, then provide a read-only SQL query to calculate weekly active users for the past 8 weeks.
An assessment of relevant tables and fields, followed by an executable read-only SQL query and guidance on interpreting results.
Safely query MySQL databases in read-only mode with remote deployment support.
Securely connect to and operate MySQL databases through the MCP protocol.
Manage MySQL databases safely with bulk operations, monitoring, and backups.
Manage MySQL databases with natural language for queries, CRUD, and monitoring.
Turn natural language into SQL queries and reports through an MCP proxy.
Run read-only MySQL queries and list datasources through MCP.