Use case · Postgres
Let Copilot query your Postgres database
Wire your PostgreSQL databases into GitHub Copilot via MCP. Ask Copilot about your schema, run read-only queries, and get answers without leaving VS Code.
What you can do
- Ask Copilot "what tables relate to
invoices?" — it reads your real schema. - Run read-only
SELECTs inline; see results without switching apps. - Generate migrations grounded in the current schema, not a guess.
Secure by design
- Read-only by default. Writes require an explicit grant per connection.
- Every query Copilot runs is in your Cocobox audit log.
- Revoke the Copilot token in one click.