Skip to main content
Glama

MCP Server for PostgreSQL

by asadudin
Dockerfile499 B
# Use official Python image FROM python:3.11-slim # Set workdir WORKDIR /app # Install system dependencies (if needed) RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ && rm -rf /var/lib/apt/lists/* # Copy requirements and install COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt # Copy source code COPY . . # Expose the default port EXPOSE 8056 # Entrypoint CMD ["python", "mcp_server_postgres.py", "--transport", "sse"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asadudin/mcp-server-postgres'

If you have feedback or need assistance with the MCP directory API, please join our Discord server