mysql-mcp-server
27
This project is an MCP server that offers secure, read-only access to MySQL databases, supporting operations such as listing databases, tables, and executing read-only queries. It emphasizes security and efficiency with features like query validation and timeout settings.
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