mcp-postgres-full-access-extended
If you are the rightful owner of mcp-postgres-full-access-extended 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 powerful Model Context Protocol server providing full read-write access to PostgreSQL databases.
execute_query
Execute read-only SQL queries within a READ ONLY transaction.
execute_dml_ddl_dcl_tcl
Execute data modification operations or schema changes with automatic transaction handling.
execute_maintenance
Execute maintenance commands like VACUUM or ANALYZE outside of transactions.
execute_commit
Explicitly commit a transaction by its ID.
execute_rollback
Explicitly rollback a transaction by its ID.
list_tables
Get a comprehensive list of all tables in the database.
describe_table
Get detailed information about a specific table structure.
list_schemas
Get a list of all schemas in the database.