Enables language models and MCP-compatible clients to query PostgreSQL databases, including secure access via SSH bastion tunnels.
This tool provides a TypeScript implementation of a Model Context Protocol (MCP) server designed to allow language models and other MCP-compatible clients to query PostgreSQL databases. It supports secure database access through SSH bastion tunnels, catering to scenarios involving AWS RDS with read-only transactions. Communication is facilitated via stdin/stdout, making it well-suited for local, containerized, or AI-driven applications.