Securely run MySQL queries and manage schemas with access control and logging.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP MySQL Server" yet — see the docs or source repo.
Connect to the target MySQL database and query the last 30 days of order count, revenue, and refund amount, aggregated by day and returned as a readable table.
A day-by-day business metrics table for quickly reviewing trends.
List all tables in the current database, including column types, primary keys, and indexes, then summarize each table's purpose.
A clear schema overview that helps users understand the existing data model.
Add a last_login_at column to the user table; first check whether it already exists, then generate and execute safe DDL while recording the operation log.
The schema change is completed with execution results, impact scope, and an audit log summary.
Manage MySQL databases safely with bulk operations, monitoring, and backups.
Securely connect to and operate MySQL databases through the MCP protocol.
Securely connect AI to query, analyze, and manage MySQL databases.
Manage MySQL databases with natural language for queries, CRUD, and monitoring.
Securely inspect and query SQL Server databases for analysis and troubleshooting.
Interact with MySQL databases using natural language for queries and management.