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.
Key Features
01Provides detailed descriptions of tables, including column definitions and indexes.
0215 GitHub stars
03Uses Model Context Protocol (MCP) for efficient schema delivery.
04Lists table information including names, comments, and key constraints.
05Supports retrieval of schema information for large databases.