Query and explore MySQL databases through an MCP server over stdio.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "OpenCode MySQL Connector" yet — see the docs or source repo.
Connect to the target MySQL database, list all tables, and show the columns, types, and indexes for the users, orders, and products tables.
A list of database tables plus detailed schema and index information for the specified tables.
Query the total number of orders, total revenue, and daily trend for the last 30 days, and identify the top 10 products by revenue.
Readable SQL results including summary metrics, time trends, and top-product rankings.
Check the orders table for records with empty status, negative amounts, or created_at later than paid_at, and count each anomaly type.
Sample anomalous records and categorized counts to help identify data quality issues.
Connect to MySQL over stdio to query, modify data, and inspect schemas.
Interact with MySQL databases using natural language for queries and management.
Safely explore and analyze data across multiple databases with read-only access.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Connect to MySQL with natural language for schema exploration and SQL queries.
Run read-only MySQL queries and list datasources through MCP.