amazon-q-postgresql-mcp-server
If you are the rightful owner of amazon-q-postgresql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Rust-based Modular Capability Provider (MCP) server that enables Amazon Q to interact with PostgreSQL databases.
The PostgreSQL MCP Server for Amazon Q is a Rust-based server that implements the Modular Capability Provider (MCP) protocol, allowing Amazon Q to interact with PostgreSQL databases. This server facilitates the execution of read-only SQL queries through the Amazon Q chat interface, enabling users to list tables, retrieve schema information, and execute queries with results returned in JSON format. The server requires Rust 1.70, the Cargo package manager, a PostgreSQL database, and the Amazon Q CLI for operation. Users can integrate the server with Amazon Q by configuring the MCP settings and running the server with a PostgreSQL connection string.
Features
- List all tables in a PostgreSQL database
- Retrieve schema information for specific tables
- Execute read-only SQL queries with results returned as JSON