Overview
Features
Query Execution
Execute SQL SELECT statements and view results in a simple, readable format.
Data Manipulation
Insert data into tables using the write_table tool.
Schema Inspection
Retrieve database schema information, including listing tables (list_tables) and table schemas (get_table_schema).
Connection Testing
Test database connectivity and retrieve server information.
Configurable Access Controls
Define connection parameters (host, user, password, database) via configuration for secure access.
stdio Interface
Interact with the script using standard input and receive output on standard output.
Local Deployment Focus
Optimized for use within local development environments.
Who Is This For?
- Developers:Interact with a local MySQL database via MCP commands in a lightweight stdio tool.
- DBAs:Test connectivity, inspect schemas, and perform basic data operations in development environments.




