PostgreSQL
A Model Context Protocol server that grants read-only access to PostgreSQL databases. It allows LLMs to inspect schemas and execute queries.
Key features:
- Read-only SQL queries: Executes SQL queries within a READ ONLY transaction.
- Table Schemas: Provides JSON schema information for each table, including column names and data types, automatically discovered from database metadata.
- Integration with Claude Desktop: Easy configuration for use with the Claude Desktop app.
Use cases:
- Enabling LLMs to understand and interact with PostgreSQL databases.
- Providing a secure way for LLMs to query data without write access.
- Automating schema discovery for LLM-based applications.