Enables an MCP-compatible client to execute PostgreSQL queries and receive structured results.
This project provides a Model Context Protocol (MCP) server that allows external AI models and tools to interact with a PostgreSQL database in a standardized way. By eliminating the need for custom integrations, it offers a common API for running both `SELECT` and non-`SELECT` SQL queries, returning results in structured JSON. This enables seamless use of PostgreSQL as a knowledge base or application datastore for MCP-compatible clients.