PostgreSQL
JSON →An MCP server for interacting with a PostgreSQL database.
Tools · 5
- 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.
Links
★ 11 GitHub stars