MCP-сервер PostgreSQL (база данных).
npx @itunified.io/mcp-postgres Configuration Set one of the following environment variables: # Option 1: Connection string (preferred) export POSTGRES_CONNECTION_STRING="postgresql://myuser:mypassword@your-database.example.com:5432/mydb" # Option 2: Individual variables export PGHOST="your-database.