postgresql-mcp

postgresql-mcp

3.1

If you are the rightful owner of postgresql-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides CRUD operations for PostgreSQL database tables.

The PostgreSQL MCP Server is designed to facilitate interaction with PostgreSQL databases by offering a suite of tools for Create, Read, Update, and Delete (CRUD) operations on specified tables. Utilizing the FastMCP library, the server operates in stdio mode, ensuring compatibility with a variety of MCP clients. This server is particularly useful for developers and database administrators who need a streamlined method to manage database operations programmatically. The server's configuration is managed through a YAML file, which specifies database connection details, accessible tables, and permissible operations, ensuring a secure and customizable environment.

Features

  • Connect to PostgreSQL databases
  • Perform CRUD operations on specified tables
  • Table and column-level access control
  • Schema inspection
  • Custom SQL query execution