postgresql-server-mcp

postgresql-server-mcp

3.2

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

An MCP server designed to connect to local PostgreSQL instances for development and prototyping.

list_tables

List the specified database

execute_query

check

create_database

Create new data

drop_database

Delete existing data

create_table

Create a new one with specified columns and constraints

drop_table

Delete from the database

create_index

Create a search on the specified table column

drop_index

Delete the search from the table