PostgreSQL
Postgres queries from your AI
Talk to your Postgres database in plain English
"How many active customers in October?", "top 10 orders by amount" — without writing SQL.
You give it the connection URL. It introspects the schema, lists tables, runs SELECT queries you ask in plain language. By default read-only — peace of mind.
Useful for ad-hoc analysis, support, and exploring your data without opening a UI tool.
How it works with Terminal Sync
Set up the connector once on one machine. Terminal Sync keeps your claude_desktop_config.json encrypted in your Drive, so on any other machine where you open Claude Code, the connector is already there.