pg_list_databases
Lists databases on the active PostgreSQL profile server, or an optional dev/qa one-shot profile, to identify available databases for schema exploration and querying.
Instructions
List databases on the active profile server (or optional one-shot profile=dev|qa).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Connection profile: "dev" | "qa" | "default". Uses credentials from mcp.json (PG_DEV_* / PG_QA_*). Omit to use the sticky session profile from pg_set_profile / PG_PROFILE. |