SQL
Createdt3ta
Enables language models and MCP-compatible clients to query PostgreSQL databases, including secure access via SSH bastion tunnels.
About
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.
Key Features
- SSH bastion support for secure RDS access
- Compatible with memory-bank-mcp-server
- STDIO-based MCP protocol transport
- 0 GitHub stars
- PostgreSQL read-only query engine
- Configurable via .env or environment variables
Use Cases
- Integrate PostgreSQL databases with MCP-compatible clients
- Enable AI-driven applications to access and analyze data in PostgreSQL databases
- Securely query private RDS instances from language models