Back to browse
GitHub Repository

PostgreSQL schema intelligence MCP server with offline linting, migration safety, query validation for AI coding assistants.

27 starsGo

DryRun – PostgreSQL MCP and schema advisor that works offline

by radimm·Apr 8, 2026·2 points·1 comment

AI Analysis

●●●BangerBig BrainSolve My ProblemNiche Gem

Offline schema snapshots keep AI agents from wrecking your production database.

Strengths
  • Offline JSON snapshots ensure AI agents never touch production credentials.
  • Migration safety checks detect ACCESS EXCLUSIVE locks before you deploy.
  • libpg_query parsing validates queries against your actual schema structure.
Weaknesses
  • PostgreSQL only; MySQL and SQLite support are not available yet.
  • Requires manual snapshot updates; schema drift could desync AI context.
Target Audience

Backend developers and DBAs using AI coding assistants

Similar To

pgAdmin · Sqitch · Cursor

Similar Projects