MCP Servers / database / MySQL Schema MCP Server

MySQL Schema MCP Server

JSON →
nonedatabase

A server for retrieving MySQL database schema information using the FastMCP framework.

Install
How to run this server
[ { "cmd": "pip install uv", "imports": [] } ]
server path: mysql-schema-mcp-server
Tools
What this server exposes
databases
List all databases
tables
List all tables in a database
schema
Get the schema (columns, indexes, and foreign keys) for one or more tables.
indexes
Get the indexes for a specific table
foreign_keys
Get the foreign keys for a specific table
Configuration
Environment & auth
authnone
envMYSQL_HOST
envMYSQL_PORT
Resources
MySQL Schema MCP Server — MCP Server · libregistry