postgres-mcp-server-test
Verified Safeby krzako
Overview
Sets up a PostgreSQL database with SSL enabled for local development and testing purposes.
Installation
docker-compose up -dEnvironment Variables
- POSTGRES_USER
- POSTGRES_PASSWORD
- POSTGRES_DB
Security Notes
Uses default/hardcoded 'postgres:postgres' credentials within the Docker Compose file, which is a significant security risk if this setup is exposed publicly or used in production without modification. However, for a local development/test environment, it is a common practice. SSL is enabled for database connections, which is a good security measure.
Similar Servers
full-stack-proxy-nginx-n8n-for-everyone-with-docker-compose
A comprehensive Docker Compose setup for deploying a full-stack development environment including Nginx as a reverse proxy, n8n for workflow automation, Ollama and Open WebUI for local AI, PostgreSQL with pgvector for data storage, Mailhog for email testing, WAHA for WhatsApp integration, and Portainer for container management, with automated SSL certificates.
local-service-launchpad
Provides a script to set up a comprehensive local development environment using Docker for various backend services and cloud emulators.
db-mcp-server
Serves as a Python backend API for managing data stored in a PostgreSQL database.
gilhari_ecommerce_example
Automated e-commerce microservice with PostgreSQL integration and Docker deployment using Gilhari ORM.