Run read-only MySQL queries and list datasources through MCP.
The materials describe a narrowly scoped tool that provides read-only SQL queries and datasource listing for MySQL via MCP. It declares no required secrets or remote egress endpoints and is open source, so the main concerns are ordinary local execution and database data access rather than any clear high-risk red flags.
The materials explicitly state that no keys or environment variables are required. There is no indication of API tokens, cloud credentials, or other sensitive secrets, so credential abuse risk is not prominent based on the provided facts.
Although no fixed remote endpoint is declared, the tool’s stated function is to run read-only queries against MySQL, so it will in practice connect to user-configured databases and transmit queries/results. This is ordinary network access within its stated purpose.
The system checks indicate it executes code, meaning it runs a local process/program as an MCP tool. This is a normal capability for such tools, but it still represents an execution surface that merits caution.
The description states it supports only read-only SQL queries and datasource listing for MySQL, so data access appears focused on database contents rather than broad local files. Based on the materials, there is no sign of write access or permissions beyond its stated purpose, but databases may still contain sensitive business data.
Positive factors include being open source under the MIT License, so the code is in principle auditable. However, it comes from a third-party registry, has 0 stars, and an unknown maintenance status, so community validation and ongoing maintenance evidence are limited and supply-chain trust should remain cautious.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mysql-mcp" yet — see the docs or source repo.
Using mysql-mcp, list the currently accessible MySQL datasources and return each datasource name with a brief description.
A list of accessible datasources with names and brief descriptions.
Using mysql-mcp, run a read-only SQL query on the orders table to calculate daily order counts and revenue for the last 30 days, sorted by date ascending.
A daily summary table of order counts and revenue for the last 30 days.
Using mysql-mcp, query user activity data to find the top 10 users with the highest login counts in the past 7 days, returning user ID, login count, and latest login time.
A ranked result of the most active users in the past 7 days with key fields.
Interact with MySQL databases using natural language for queries and management.
Connect AI to MySQL for natural-language SQL generation and query execution.
Connect to major databases via MCP to run SQL queries and commands.
Safely inspect local MySQL schemas and query data through a read-only MCP interface.
Query and manage multiple databases with read-only access and schema inspection.
Manage MySQL databases safely with bulk operations, monitoring, and backups.