mysql-mcp-server-modification

mysql-mcp-server-modification

0

This project is a MySQL MCP server designed to facilitate read-only access to MySQL databases. Key features include listing databases, tables, table structure, and executing read-only queries, making it useful for environments where data integrity must be maintained without write access.

MySQL MCP Server

  • Provides read-only access to MySQL databases.
  • Features include listing available databases, listing tables in a database, describing table structures, and executing read-only SQL queries.
  • Tools available: list_databases, list_tables, describe_table, execute_query.
  • Installation involves using NPM and setting environment variables such as MYSQL_HOST and MYSQL_USER.