PostgreSQL Tooling Across AI Editors and Agents | POSETTE: An Event for Postgres 2026
Matt McFarland walks through how PostgreSQL tooling is evolving across AI editors and agent-driven workflows, and how Microsoft is extending capabilities from the VS Code PostgreSQL extension into other environments.
Overview
What problem this talk is addressing
Developers interact with PostgreSQL through a mix of:
- Editors and IDEs
- Terminals
- Query consoles
- Plan viewers
- Monitoring and performance tools
As AI-native editors and agent-driven tools become part of everyday workflows, the goal is to make PostgreSQL capabilities available wherever developers (and AI tools) operate.
Foundation: the VS Code PostgreSQL extension
The session builds on the foundation established in the VS Code PostgreSQL extension, and discusses how core database workflows can be surfaced consistently across multiple host environments.
Extending tooling across AI editors and agents
The talk describes extending PostgreSQL capabilities from the VS Code extension to:
- Cursor IDE
- GitHub Copilot CLI
The approach uses an MCP server as a shared interface so that multiple hosts can reuse the same underlying PostgreSQL tooling.
Capabilities highlighted
Across these environments, the session calls out PostgreSQL workflows such as:
- PostgreSQL connection management
- Query execution
- Schema analysis
- Plan inspection
- Performance insights and tuning
It also contrasts richer editor environments (VS Code and Cursor) that can support interactive query execution and visualized results, with CLI-based workflows (GitHub Copilot CLI) that can perform similar operations without a visual UI.
Azure integration
The video chapters and abstract indicate Azure Database integration in the VS Code extension, including a demo of Azure server management from VS Code.
Architecture direction
The session closes by discussing how an MCP-backed architecture can help PostgreSQL tooling continue to expand as new AI-driven environments emerge, so core database capabilities can surface naturally wherever AI developers work.
Video chapters
- 00:00 Music & introduction
- 00:33 From VS Code to AI-driven developer workflows
- 01:43 VS Code extension retrospective: a year of features
- 03:38 Azure Database integration in the extension
- 04:13 Demo: Azure server management from VS Code
- 06:03 Bringing the extension to Cursor IDE
- 06:59 Demo: Cursor IDE: object properties and query plans
- 12:56 MCP server: shipping tools across host platforms
- 13:54 Demo: pgsql-tools and Copilot CLI
- 19:08 Wrap-up: packaging, next steps, and TUIs
Links
- POSETTE conference: https://posetteconf.com
- More POSETTE talks playlist: https://aka.ms/posette-playlist