MySQL
JSON →Interact with and manage MySQL databases. Requires connection details configured via environment variables.
Tools · 4
- query Execute a read-only SQL query and return results
- test_execute Execute a write SQL query that is ultimately rolled back to test if it can be executed
- list_tables List all tables in the database
- describe_table Describe the structure of a specific table
Environment variables
MYSQL_HOSTMYSQL_PORT
Links
★ 6 GitHub stars