Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- postgres_mcp_list_connection_profiles — List saved connection profiles.
- postgres_mcp_add_connection — Add a connection profile.
- postgres_mcp_remove_connection — Remove a connection profile.
- postgres_mcp_connect — Open a pooled connection by profile.
- postgres_mcp_disconnect — Close a connection.
- postgres_mcp_list_databases — List databases on the server.
- postgres_mcp_db_context — CREATE scripts for tables, indexes, functions and sequences.
- postgres_mcp_query — Run a read-only SQL query.
- postgres_mcp_modify — Run DDL or DML — CREATE, ALTER, INSERT, UPDATE.
- postgres_mcp_describe_csv — Describe a CSV file structure.
- postgres_mcp_bulk_load_csv — Bulk-load a CSV into a table via COPY.
- postgres_mcp_get_server_capabilities — Probe which diagnostic capabilities are available.
- postgres_mcp_get_metrics_group — Collect a group of performance and diagnostic metrics.
