Provides compressed MySQL database schema information via a Model Context Protocol (MCP) server.
MySQL Schema Explorer is an MCP server designed to efficiently deliver compressed schema information for MySQL databases, especially when dealing with large schemas that exceed typical context size limits. It offers functionalities to list table information, including names, comments, primary keys, unique keys, and foreign keys, as well as provide detailed descriptions of specific tables, covering column definitions, key constraints, and indexes. This allows you to explore and understand your database structure more effectively.