Executes custom SQL queries against PostgreSQL databases, supporting parameterized queries and configurable timeouts.
This tool functions as a Model Context Protocol (MCP) server, enabling direct interaction with PostgreSQL databases. It allows for the execution of custom SQL queries, including support for parameterized inputs and the ability to set configurable timeouts for operations. Designed specifically for integration with the Cursor IDE, it provides a crucial bridge for AI agents or automated workflows to programmatically access and manipulate PostgreSQL data.
Key Features
01Direct PostgreSQL query execution
02Support for parameterized SQL queries
03Configurable query timeouts
04Secure SSL/TLS database connections
05Utilizes connection pooling for efficiency
060 GitHub stars
Use Cases
01Integrating PostgreSQL database interaction within AI-assisted development environments
02Automating custom SQL query execution against PostgreSQL via an MCP server
03Providing secure and efficient database access for AI agents or workflows