Postgres
CreatedDanielRSnell
Provides read-only access to PostgreSQL databases for Large Language Models, enabling schema inspection and query execution.
About
Enables Large Language Models to interact with PostgreSQL databases by providing read-only access. It facilitates schema inspection and execution of read-only SQL queries within a READ ONLY transaction. It automatically discovers table schemas from database metadata and exposes them as JSON schema information, which includes column names and data types. This server is designed to integrate seamlessly with tools like Claude Desktop.
Key Features
- Operates within a READ ONLY transaction
- Executes read-only SQL queries
- Provides table schema information as JSON
- Automatically discovers database metadata
- Supports integration with Claude Desktop
Use Cases
- Allowing LLMs to understand and analyze data stored in PostgreSQL databases
- Enabling LLMs to generate SQL queries based on database schema
- Providing a secure, read-only interface for LLMs to access database information