Facilitates executing SQL queries on PostgreSQL databases with configurable read-only or write access, providing structured results for MCP-compatible tools.
Sponsored
Easy Postgres provides a minimal Model Context Protocol (MCP) server designed to simplify interaction with PostgreSQL databases. It allows users to execute SQL queries with either read-only or full write access, configurable at the server level via command line. The server delivers structured results with metadata, making it ideal for seamless integration with various MCP-compatible clients and AI tools that require database interaction.
Key Features
01Server-level mode (read-only/write) configurable via command line
02Returns structured results with metadata
03Execute SQL queries with optional read-only or write access
0410 GitHub stars
05Simple setup using a PostgreSQL connection string
Use Cases
01Integrating PostgreSQL with MCP-compatible AI development tools (e.g., Cursor, Windsurf, Copilot)
02Providing controlled database access for external applications via MCP
03Automating SQL query execution within an MCP ecosystem