Back to browse
GitHub Repository
14 starsPython

Pglens – Postgres MCP server that lets agents look before they query

by jeeybee·Mar 23, 2026·3 points·0 comments

AI Analysis

●●SolidNiche GemSolve My Problem

Postgres MCP server that lets agents inspect column values before writing queries.

Strengths
  • `column_values` tool prevents agents from hallucinating enum values like 'active'.
  • `find_join_path` automatically discovers multi-hop FK relationships for complex queries.
  • Read-only safety caps prevent agents from dropping tables accidentally.
Weaknesses
  • MCP ecosystem is still nascent, limiting immediate utility for many developers.
  • Limited to PostgreSQL, excludes MySQL and SQLite users entirely.
Target Audience

Backend developers, AI engineers

Similar To

LangChain · Vanna AI · MindsDB

Similar Projects