Description
MySQL MCP Server provides a bridge between AI assistants and MySQL databases, allowing for structured data retrieval and schema exploration. This implementation exposes three main tools: executing read-only SQL queries (SELECT, SHOW, EXPLAIN, DESCRIBE), retrieving table schemas, and listing all tables in a database. The server connects to MySQL instances using environment variables for configuration and limits table data retrieval to 100 rows per request, making it suitable for applications that need to analyze database structure or extract specific data subsets without modifying the underlying database.
Server Details
Added
April 21, 2025
