MySQL
Createdcaicongyang
Enables database interaction through MySQL, supporting SQL queries, table creation, and schema exploration.
About
This tool provides a Model Context Protocol (MCP) server implementation for interacting with MySQL databases. It empowers users to execute SQL queries, create tables, and explore database schema information using a suite of five core tools: read_query, write_query, create_table, list_tables, and describe_table. This allows AI models and other applications to seamlessly interact with and manage MySQL databases.
Key Features
- Executes INSERT, UPDATE, or DELETE queries
- Creates new tables
- Lists all tables in the database
- 0 GitHub stars
- Executes SELECT queries to read data
- Describes schema information for a specific table
Use Cases
- Automating database management tasks
- Integrating MySQL databases with other applications
- Connecting AI models to MySQL databases