Provides read-only access to PostgreSQL databases for LLMs, enabling schema inspection and query execution.
This Model Context Protocol (MCP) server grants Large Language Models (LLMs) the ability to interact with PostgreSQL databases in a safe, read-only manner. It allows LLMs to inspect database schemas, understand data structures, and execute SQL queries without the risk of data modification. The server exposes table schemas as JSON resources and offers a 'query' tool to execute read-only SQL commands within a transaction that prevents data alteration.