PostgreSQL Full Access MCP Server
JSON →A full-access PostgreSQL server for MCP with read/write capabilities and enhanced schema metadata.
Install
npx or Tools · 7
- execute_query Execute a SQL query on the PostgreSQL database
- execute_dml_ddl_dcl_tcl Execute DML, DDL, DCL, or TCL statements on the PostgreSQL database
- execute_maintenance Execute maintenance operations on the PostgreSQL database
- execute_commit Commit the current transaction
- execute_rollback Rollback the current transaction
- list_tables List all tables in the PostgreSQL database
- describe_table Describe the structure of a specific table
★ 24 GitHub stars