Query a local MySQL database read-only and inspect tables and schemas.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "local-mysql" yet — see the docs or source repo.
List all databases in the local MySQL instance, then show all table names in the analytics database.
A list of databases and the table names inside the analytics database.
Query sales.orders for the last 30 days and summarize order count and total revenue by date.
Readable SQL results with daily order counts and revenue totals.
Describe the schema of the users table, including column names, data types, nullability, and primary key information.
A schema description of the users table for understanding its design and planning queries.
Safely inspect local MySQL schemas and query data through a read-only MCP interface.
Interact with MySQL databases using natural language for queries and management.
Run read-only MySQL queries and list datasources through MCP.
Manage MySQL and MariaDB databases with natural language for development and operations.
Interact with MySQL databases using natural language for queries and data operations.
Connect to MySQL over stdio to query, modify data, and inspect schemas.