php-mcp-postgresql

momodemo333/php-mcp-postgresql

3.3

If you are the rightful owner of php-mcp-postgresql 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 provides a secure and configurable integration with MySQL databases using the Model Context Protocol (MCP).

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

No resources