An AWS Labs Model Context Protocol (MCP) server for Aurora Postgres
This server provides the following tools for AI assistants:
Convert natural language to PostgreSQL SQL and execute against Aurora PostgreSQL.
Execute write operations (INSERT, UPDATE, DELETE) against the database.
Create a new Aurora PostgreSQL cluster.
Connect to Aurora PostgreSQL or RDS PostgreSQL using pgwire, pgwire_iam, or RDS Data API.
List all tables in the connected database.
Get schema information for a database table.