amazon-q-postgresql-mcp-server
0
This project is a Rust-based server that implements the MCP protocol, enabling integration with Amazon Q to interact with PostgreSQL databases. It allows for performing read-only operations such as listing tables, retrieving table schemas, and executing SQL queries with results returned in JSON format.
List Tables
List all tables in the database
Get Table Schema
Get schema information for a specific table
Execute SQL Query
Perform read-only SQL queries