Enables Large Language Models to securely interact with PostgreSQL databases through the Model Context Protocol.
This Model Context Protocol (MCP) server provides a standardized interface for LLMs to safely access and manage PostgreSQL database interactions. Built with Bun and TypeScript, it offers read-only access to database schemas and table data, alongside powerful tools for executing SQL queries, listing tables, and describing table structures. It also includes prompt templates to assist LLMs with SQL query generation and optimization, all while enforcing robust security measures like parameterized queries and row limits to prevent SQL injection and data overload.