antonorlov
Provides a bridge to PostgreSQL databases for executing SQL queries, managing tables, and inspecting schemas with support for prepared statements and multiple parameter styles
Execute a SELECT query
Execute an INSERT, UPDATE, or DELETE query
Connect to PostgreSQL database. NOTE: Default connection exists - only use when requested or if other commands fail
List tables in the database
List all schemas in the database
Get table structure
Connect to MCP Server
Required environment variables:
PG_HOST
PG_PORT
PG_USER
PG_PASSWORD
PG_DATABASE