mysql-mcp-server
0
The MySQL Database Access MCP Server is designed to provide read-only access to MySQL databases through the Model Context Protocol (MCP). It features tools for listing databases, tables, and executing queries while ensuring security with read-only permissions and query validation.
list_databases
List all accessible databases on MySQL server
list_tables
List all tables in the specified database
describe_table
Display the structure of a specific table
execute_query
Perform read-only SQL query