Go MCP Postgres
JSON →A standalone MCP server for interacting with PostgreSQL databases. It supports CRUD operations, a read-only mode, and query plan checking.
Tools · 4
- query Execute a read-only SQL query against the connected PostgreSQL database
- execute Execute a SQL statement that modifies data (INSERT, UPDATE, DELETE, DDL)
- list_tables List all tables in the connected PostgreSQL database
- describe_table Get schema information for a specific table
Links
★ 6 GitHub stars