Postgres
Connect any database that speaks the Postgres protocol — local, RDS, Aurora, Neon, Supabase.
Connect
| Field | Notes |
|---|---|
| Host / port | e.g. 127.0.0.1 / 5432 |
| Database | Target database name |
| User / password | Access keeps the password |
| SSL mode | Prefer require outside local dev |
Resources → New → Postgres, or ask Chat: “Connect Postgres.”
What agents can do
- Run SQL you allow
- Look at the schema when you’ve allowed it
- Use results in chats and workflows
Keep it safe
Start read-only. Turn on writes only when a workflow truly needs them.
Example
Using Postgres, count failed jobs in the last 24 hours and Slack me if there are more than 50.