MySQL
Createdkioyong
Provides a Spring Boot server implementing the Model Context Protocol (MCP) for executing MySQL database operations.
About
A Spring Boot server implementing the Model Context Protocol (MCP) specifically for interacting with MySQL databases. It offers functionalities such as executing SELECT queries, listing all tables within a database, and retrieving table schema information. This allows developers and tools like Claude Desktop or Cline to easily query and manage MySQL databases through a standardized protocol.
Key Features
- Uses Spring Boot for easy deployment and management.
- Integrates with tools like Claude Desktop and Cline.
- 1 GitHub stars
- Retrieves schema information for a specific table.
- Executes SELECT queries against a MySQL database.
- Lists all table names in a database.
Use Cases
- Providing a standardized interface for database interaction across different tools.
- Programmatically querying MySQL databases from external applications.
- Automating database schema discovery and analysis.