docker-mcp-postgres-read

abdulwahed-sweden/docker-mcp-postgres-read

3.1

If you are the rightful owner of docker-mcp-postgres-read and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project sets up a local PostgreSQL database with sample employee data, runs a read-only MCP server via Docker, and connects it to a Python AI agent for natural language query processing.

docker-mcp-postgres-read

This project creates a local PostgreSQL database with sample employee data, runs a read-only MCP server via Docker, and connects it to a Python AI agent that can answer natural language questions

Docker MCP PostgreSQL Read-Only Server

Secure read-only PostgreSQL queries via Docker and the Model Context Protocol (MCP).

Features

  • Read-only safety: Prevents accidental writes/deletes
  • 🐳 Dockerized: Runs in isolated containers
  • 🤖 AI-ready: Compatible with LangChain/SQLDatabaseChain

Quick Start

git clone https://github.com/abdulwahed-sweden/docker-mcp-postgres-read.git
cd docker-mcp-postgres-read
docker-compose up -d