Mysql
Enables AI assistants to securely interact with MySQL databases for listing tables, reading data, and executing SQL queries.
关于
Mysql is a Java-based Model Context Protocol (MCP) server providing a controlled interface for AI assistants to interact with MySQL databases. It allows for listing available tables, reading table contents, and executing SQL queries with proper error handling. The server prioritizes secure database access through environment variables and offers comprehensive logging for monitoring and auditing.
主要功能
- Lists available MySQL tables as resources.
- Executes SQL queries with error handling.
- Provides comprehensive logging.
- Reads table contents.
- Secures database access through environment variables.
- 2 GitHub stars
使用案例
- Enables secure interaction with MySQL databases for listing tables, reading data, and executing SQL queries.
- Allows AI assistants to explore and analyze MySQL databases in a safe and structured manner.
- Integrates seamlessly into Java-based environments.