Exposes PostgreSQL database schemas and metadata for exploration by Model Context Protocol (MCP) compatible tools.
Sponsored
This server acts as a bridge, allowing AI-powered tools like Cursor to deeply understand your PostgreSQL database structure. It enables seamless exploration of schemas, tables, columns, relationships, and indexes, transforming how developers interact with and query their databases by making metadata intelligently accessible.
Key Features
010 GitHub stars
02Explore foreign key relationships between tables
03List all tables in a schema with basic information
04Inspect indexes for specific tables
05View all available schemas in the database
06Get detailed column information for any table
Use Cases
01Quickly understand table structures and relationships without writing SQL
02Automate schema exploration for application development
03Provide AI models with context about database design
04Intelligently query database schema using natural language with MCP-compatible tools