Connect to MySQL to query, inspect schemas, and modify data directly.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mysql" yet — see the docs or source repo.
Connect to my MySQL database and query total sales by region for the last 30 days, sorted from highest to lowest, then return a readable table.
A summarized sales table by region for quickly reviewing business performance.
Inspect the users, orders, and products tables, including columns, types, primary keys, and indexes, then summarize possible relationships between them.
A schema overview and relationship summary to help understand the database design.
Update orders in the orders table from pending to expired when payment is overdue by more than 7 days, and first tell me how many rows will be affected.
First reports the estimated affected row count, then performs the update and returns the result.
Securely connect AI to query, analyze, and manage MySQL databases.
Operate MySQL databases with natural language, multi-environment profiles, and security controls.
Interact with MySQL databases using natural language for queries and management.
Connect AI to MySQL for safe querying, SQL execution, and database management.
Connect LLM apps to query and manage multiple databases through one tool.
Connect to SQL Server to query data, inspect schema, and analyze performance.