关于
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.
主要功能
- 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.
使用案例
- Providing a standardized interface for database interaction across different tools.
- Programmatically querying MySQL databases from external applications.
- Automating database schema discovery and analysis.