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.
Características Principales
01SSH bastion support for secure RDS access
02Compatible with memory-bank-mcp-server
03STDIO-based MCP protocol transport
040 GitHub stars
05PostgreSQL read-only query engine
06Configurable via .env or environment variables
Casos de Uso
01Integrate PostgreSQL databases with MCP-compatible clients
02Enable AI-driven applications to access and analyze data in PostgreSQL databases
03Securely query private RDS instances from language models