← Back

Aurora Postgres MCP — Steering


Purpose

Use the awslabs.postgres-mcp-server MCP server to create database and answer data questions against our Aurora PostgreSQL environments. Prefer natural-language → SQL via the MCP tools, with safe defaults and explicit guardrails.

AWS Labs


When to use

Do not use for: speculative answers you can derive from code/docs only, or destructive changes.


Environments & scope


Tool API usage guidance (important)

Cluster Management


Database Connections Management


Tool usage policy (important)


SQL style guide


Safety & confirmation

Destructive statements (INSERT/UPDATE/DELETE/TRUNCATE/DDL) require:


1) show the SQL; 2) explain impact; 3) ask for “RUN IT” confirmation.