01Features a `run_sql` tool for executing single arbitrary SQL statements with appropriate database permissions.
02Supports connections to databases via local hosts or Kubernetes port-forwards.
03Includes tools for Data Manipulation Language (DML) and Data Definition Language (DDL) operations (tables, indexes, views, functions, triggers, schemas).
04Enforces PostgreSQL user privileges for all operations, ensuring the principle of least privilege.
05Exposes PostgreSQL through structured operations for AI integration.
060 GitHub stars