mysql_mcp_server
1
The MySQL MCP Server is a MySQL server implementation based on the Model Context Protocol, enabling users to execute SQL queries through MCP. This project offers tools to check database connection status and provides SQL query examples. It integrates seamlessly with Claude Desktop.
MySQL MCP Server
- A MySQL server based on the Model Context Protocol (MCP) allowing SQL queries via MCP.
- Features include executing SQL queries, checking database connection status, and built-in SQL query examples.
- Configure via environment variables:
MYSQL_HOST
,MYSQL_PORT
,MYSQL_USER
,MYSQL_PASSWORD
,MYSQL_DATABASE
. - Tools provided:
execute_sql
,check_connection
. - Licensing: MIT.