PostgreSQL
Provides a simple interface for interacting with PostgreSQL databases using the MCP framework.
About
PostgreSQL provides an easy-to-use interface for interacting with PostgreSQL databases within the MCP framework. It offers functionalities for executing SQL queries, listing tables and schemas, and describing table structures. This tool simplifies database operations and provides essential database management capabilities.
Key Features
- Lists tables within a specified schema
- Executes SQL queries
- Lists all schemas in the database
- Describes table structures
- 1 GitHub stars