This MCP server implementation provides a read-only interface to PostgreSQL databases, enabling language models to explore database schemas and execute queries. Developed by Nando, it utilizes the Model Context Protocol SDK and pg library to offer tools for listing tables, describing table schemas, and running SQL queries. The server is designed for use cases requiring database inspection and data retrieval, such as generating reports, analyzing data trends, or integrating database information into AI-assisted workflows.
MadeByNando