dpflucas_mysql-mcp-server
0
The MySQL Database Access MCP Server is a server designed to provide secure, read-only access to MySQL databases. It features read-only SQL query execution and database information listing while incorporating security measures like query validation and row limitations. It is especially useful in environments where data integrity must be maintained during database interactions.
list_databases
List all accessible databases on MySQL server
list_tables
List all tables in the specified database
describe_table
Show the schema of a specific table
execute_query
Perform read-only SQL query