enhanced-postgres-mcp-server

enhanced-postgres-mcp-server

3.3

If you are the rightful owner of enhanced-postgres-mcp-server 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.

A Model Context Protocol server that provides both read and write access to PostgreSQL databases, enabling LLMs to inspect database schemas, execute queries, modify data, and create/modify database schema objects.

query

Perform read-only SQL query

execute

Execute SQL statements for data modification

insert

Insert a new record

update

Update records

delete

Delete records

createTable

Create a new table

createFunction

Create functions/processes

createTrigger

Create a trigger

createIndex

Create an index

alterTable

Modify the table structure