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.
Run read-only MySQL queries and list datasources through MCP.
Query a local MySQL database read-only and inspect tables and schemas.
Query and manage multiple databases with read-only access and schema inspection.
Safely query MySQL databases in read-only mode with remote deployment support.
Connect to MariaDB, inspect schemas, and run safe read-only queries.
Safely query SQL Server data and inspect tables and schemas read-only.