Enables execution of SQL queries on PostgreSQL databases via an MCP-compatible client with configurable read-only or write access.
Provides a minimal Model Context Protocol (MCP) server designed for seamless interaction with PostgreSQL databases. It allows users to execute SQL queries with fine-grained control over permissions, offering both read-only and write access modes configurable at the server level. The tool returns structured results with metadata, making it an ideal solution for integrating PostgreSQL database operations directly into MCP-compatible environments and tools like Cursor or Windsurf with a simple setup using a PostgreSQL connection string.