postgresql-mcp
0
The PostgreSQL MCP Server is a tool designed to perform CRUD operations on PostgreSQL databases. It supports table and column-level access control and allows custom SQL query execution. Configuration is done via a YAML file.
Overview
This MCP server facilitates PostgreSQL database interactions by offering CRUD operations for specified tables. It leverages the FastMCP library and operates in stdio mode, making it compatible with different MCP clients.
Features
- Connect to PostgreSQL databases
- Execute CRUD operations on specified tables
- Implement table and column-level access control
- Inspect database schemas
- Execute custom SQL queries
- Configure settings with a YAML file
Usage
Run the MCP server in stdio mode to accept commands from an MCP client.