mysql-mcp-server

mysql-mcp-server

3.2

If you are the rightful owner of mysql-mcp-server 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.

A powerful database management tool built with FastMCP that provides an interactive interface for managing SQLite databases.

The MySQL MCP Server is a robust database management tool designed to facilitate the management of SQLite databases through an interactive interface. Built using FastMCP, this project includes both a server component and a client interface, allowing users to perform database operations with ease. The server component is responsible for handling database queries and operations, while the client interface provides an interactive platform for users to execute commands and retrieve results. This setup is ideal for developers and database administrators who require a streamlined and efficient way to manage their SQLite databases.

Features

  • List all tables in the database
  • Get detailed schema information for any table
  • Execute SQL queries with formatted results
  • Interactive client interface for database operations

Tools

  1. list_tables

    List all tables in the SQLite database

  2. describe_table

    Get schema information for a specific table

  3. run_query

    Execute SQL query and return results