PostgreSQL MCP Server
JSON →An MCP server for exploring and querying PostgreSQL databases.
Install
pip install -r Tools · 4
- query Execute a read-only SQL query on the PostgreSQL database
- execute Execute a SQL statement that modifies data (INSERT, UPDATE, DELETE)
- list_tables List all tables in the database
- describe_table Get schema information for a specific table
Links
★ 2 GitHub stars