ai-agents-mcp-pg

ai-agents-mcp-pg

3.4

If you are the rightful owner of ai-agents-mcp-pg 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 server that provides access to PostgreSQL databases, enabling LLMs to interact with databases for schema inspection, query execution, and CRUD operations.

The PostgreSQL MCP Server is a robust tool designed to facilitate seamless interaction between large language models (LLMs) and PostgreSQL databases. This server acts as a bridge, allowing LLMs to perform a variety of database operations such as inspecting schemas, executing queries, and performing CRUD (Create, Read, Update, Delete) operations. The server is an extension of the PostgreSQL MCP Server repository, offering enhanced functionalities like creating tables, inserting entries, updating entries, deleting entries, and dropping tables. It is particularly useful for applications that require dynamic database management and real-time data manipulation. The server is built to be compatible with Docker and Claude Desktop, ensuring easy deployment and integration into existing workflows. With its comprehensive feature set, the PostgreSQL MCP Server is an invaluable tool for developers looking to leverage the power of LLMs in database management tasks.

Features

  • Create Tables: Dynamically create new tables by specifying table names and column definitions.
  • Insert Entries: Add new entries to specified tables with ease.
  • Update Entries: Modify existing entries in a table based on specified conditions.
  • Delete Entries: Remove specific entries from a table using conditions.
  • Drop Tables: Delete existing tables from the database.