momodemo333/php-mcp-mysql
If you are the rightful owner of php-mcp-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 henry@mcphub.com.
The PHP MCP MySQL Server is a secure and configurable integration for MySQL databases using the Model Context Protocol, designed to enhance database interactions with advanced features and security measures.
Tools
Functions exposed to the LLM to take actions
mysql_list_databases
List all databases
mysql_list_tables
List tables in a database
mysql_describe_table
Describe table structure (columns, indexes, foreign keys)
mysql_server_status
Get MySQL server status and health
mysql_select
Execute secure SELECT queries
mysql_insert
Insert data with validation
mysql_update
Update data with mandatory conditions
mysql_delete
Delete data with safety limits
mysql_execute_query
Execute custom SQL queries
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client