MySQL MCP server provides direct database interaction capabilities for AI agents, enabling users to query, manage, and explore MySQL databases through natural language commands. Built by Leon Melamud, it supports operations like listing tables, executing SQL queries, and creating notes, with a focus on making database interactions accessible to users without SQL expertise while maintaining security through parameterized queries.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Create new text notes in the database. Parameters: title (string, required), content (string, required)
List all tables in the connected database.
Get the total number of tables in the database.
Search for tables using LIKE pattern. Parameters: pattern (string, required)
Get the structure of a specific table. Parameters: table_name (string, required)
Execute custom SQL queries. Parameters: query (string, required)