Yooztech MySQL
Enables secure, read-only access and intelligent inference for MySQL database operations within client applications.
About
The Yooztech MySQL tool functions as an MCP server designed to provide secure, read-only access to MySQL databases for client applications like Cursor. It empowers users to list accessible databases and tables, retrieve detailed table schemas, and safely query rows. A standout feature is its ability to intelligently infer the relevant database name based on project content, significantly streamlining workflows. The tool incorporates robust security measures including dynamic table/column whitelisting, parameterized queries to prevent injection, row limits for performance and safety, and privacy safeguards during database inference.
Key Features
- Securely list accessible databases and tables.
- Intelligently infer database names from project content.
- Safely query table rows with built-in limits and parameterized query protection.
- Enforce robust security through dynamic whitelisting and privacy-preserving data inference.
- 0 GitHub stars
- Retrieve comprehensive table schemas including column definitions, primary keys, and indexes.
Use Cases
- Exploring available MySQL databases and their structures within an MCP client environment.
- Automatically identifying the correct database context for a project based on its file content.
- Performing secure, read-only data retrieval from MySQL tables without direct SQL exposure.