mcp_server_mysql

jasbir125/mcp_server_mysql

3.1

If you are the rightful owner of mcp_server_mysql and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This project provides a Model Context Protocol (MCP) server that exposes MySQL operations as tools for AI assistants such as Claude Desktop or ChatGPT Desktop.

Tools

Functions exposed to the LLM to take actions

mysql-db.run_query

Executes a SQL query on the connected MySQL database.

mysql-db.describe_table

Provides a description of the specified table in the database.

mysql-db.describe_indexes_and_foreign_keys

Fetches index and foreign key information for a specified table.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources