kokorolx/mcp-mysql-inspector
If you are the rightful owner of mcp-mysql-inspector and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP MySQL Inspector is a robust Model Context Protocol server designed for secure and comprehensive inspection of MySQL database schemas and structures.
Tools
Functions exposed to the LLM to take actions
list_databases
Lists all connected databases with connection status.
list_tables
Lists all tables in a specified database with metadata.
inspect_table
Get complete table schema including columns, types, constraints, and metadata.
get_foreign_keys
Get foreign key relationships for one or more tables, or the entire database.
get_indexes
Get detailed index information for one or more tables.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client