PostgreSQL CRUD
byumarmk
0Enables Large Language Models to interact with PostgreSQL databases for CRUD operations and advanced querying via the Model Context Protocol.
Acerca de
The PostgreSQL CRUD server provides a robust interface for Large Language Models (LLMs) like Claude to seamlessly manage and query PostgreSQL databases. It implements the Model Context Protocol (MCP) to offer comprehensive CRUD (Create, Read, Update, Delete) operations, advanced querying capabilities including filtering, sorting, pagination, and custom SQL execution, and detailed schema introspection, all designed for efficient and type-safe database interactions.
Características Principales
- 0 GitHub stars
- Efficient database connection pooling
- Comprehensive database schema introspection
- Advanced querying with filtering, sorting, and pagination
- Complete CRUD operations (Create, Read, Update, Delete)
- Full compliance with the Model Context Protocol (MCP)
Casos de Uso
- Empowering LLMs to explore database schemas and metadata
- Allowing LLMs to perform data entry and updates in PostgreSQL databases
- Enabling LLMs to retrieve and filter specific data from database tables