MCP Servers / database / PostgreSQL

PostgreSQL

JSON →
stdionone11database

An MCP server for interacting with a PostgreSQL database.

Install
How to run this server

No install command recorded.

server path: postgresql-4
Tools
What this server exposes
read_query
Executes a SELECT SQL query.
write_query
Executes an INSERT, UPDATE, or DELETE SQL query.
create_table
Executes a CREATE TABLE SQL statement.
list_tables
Lists all user-created tables in the database.
explain_query
Returns the execution plan for a given SQL query.
Configuration
Environment & auth
authnone
Resources
PostgreSQL — MCP Server · libregistry