PgSQL
Createdtwn39
Enables interaction with PostgreSQL databases via Model Context Protocol (MCP) calls.
About
This server utilizes the FastMCP framework along with SQLAlchemy and asyncpg to provide high-performance, asynchronous operations for PostgreSQL databases. It ensures efficiency and responsiveness when handling database requests, making it ideal for applications needing robust and scalable database interactions via MCP.
Key Features
- DDL, DML, and DCL operations are executed within transactions.
- Compatible with the MCP Inspector tool for visual inspection and debugging.
- Error handling and rollback mechanisms to ensure transactional safety.
- 1 GitHub stars
- Easy deployment via a simple command-line interface.
- Asynchronous and efficient operation based on asyncio and asyncpg.