Skip to content

PostgreSQL

Connect to PostgreSQL or Postgres-compatible databases (incl. Redshift, Aurora DSQL, CockroachDB) for read-only queries

Connect with: API key · Type: postgres · Tools: 3

ToolWhat it does
postgres_describe_tablereadShow columns, types, constraints, and indexes for a specific table in the connected PostgreSQL database.
postgres_list_tablesreadList all tables in the connected PostgreSQL database with their schema, estimated row counts, and descriptions.
postgres_run_queryreadExecute a read-only SQL query against the connected PostgreSQL database.

Tool names are suffixed with the connection they run against when you have more than one — postgres_describe_table@production. With a single connection the bare name works.

Docs as of 2026-08-31.