Mysql
0
Provides a simple API for interacting with MySQL databases, including executing queries, managing table structures, and manipulating data.
关于
This tool provides an API for interacting with MySQL databases. It offers functionalities such as executing SQL queries, managing table structures, and performing data operations. Designed to integrate with environments like Cursor IDE via the Model-Control-Panel (MCP) framework, this server simplifies database interactions by exposing database operations as easily callable functions for AI assistants and other tools.
主要功能
- Executes SQL queries and retrieves results.
- Supports database switching.
- Lists tables within a database.
- Handles connection errors and retries automatically.
- Retrieves table structure information.
- 0 GitHub stars
使用案例
- Executing complex database queries directly from an IDE.
- Automating database management tasks.
- Integrating database operations into AI-powered workflows.