Safely inspect local MySQL schemas and query data through a read-only MCP interface.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Local MySQL Read-only MCP Server" yet — see the docs or source repo.
Connect to my local MySQL in read-only mode, list all databases, and show all table names in the analytics database.
A list of databases and the tables inside the analytics database.
Read the schema of the customers table in the crm database and list column names, types, nullable status, and primary key details.
A structured schema description of the customers table for easier understanding.
In the sales database, query the first 20 rows from the orders table where the status is paid and the date is after January 2024, returning order ID, customer ID, amount, and created time.
Filtered order rows returned with the requested fields displayed.
Securely inspect schema and run read-only queries on one MySQL database.
Explore SQL schemas and run safe read-only SELECT queries.
Safely run read-only MySQL queries and inspect databases, tables, and schemas.
Connect to MySQL for safe read-only queries and schema exploration.
Read multiple MySQL databases, inspect schemas, and run safe SELECT queries.
Securely query MySQL with natural language, schemas, tables, and read-only SQL.