mcp-server-postgres

mcp-server-postgres

3.1

If you are the rightful owner of mcp-server-postgres 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.

Model Context Protocol Server for PostgreSQL databases, enabling LLMs to inspect database schemas and execute read-only queries.

The mcp-server-postgres is a Model Context Protocol Server designed specifically for PostgreSQL databases. It allows Language Model Machines (LLMs) to interact with PostgreSQL databases by inspecting schemas and executing read-only queries. This server ensures that all interactions with the database are safe and secure by enforcing read-only transactions. It supports Docker for easy deployment and is also available as an NPM package. The server is particularly useful for applications that require database schema inspection and safe query execution without the risk of data modification.

Features

  • Read-only access to PostgreSQL databases
  • Schema inspection capabilities
  • Safe query execution within READ ONLY transactions
  • Docker support
  • NPM package available