postgres

postgres

4.1

postgres is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

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

A Model Context Protocol server that provides read-only access to PostgreSQL databases, enabling LLMs to inspect database schemas and execute read-only queries.

The PostgreSQL Model Context Protocol (MCP) server is designed to facilitate read-only interactions with PostgreSQL databases. It allows Language Model Machines (LLMs) to access and inspect database schemas, as well as execute read-only SQL queries. This server is particularly useful for applications that require database insights without the risk of data modification. The server operates by connecting to a PostgreSQL database and providing schema information for each table, including column names and data types. It supports various platforms, including Docker and NPX, and can be easily integrated into development environments like VS Code and Claude Desktop. The server is licensed under the MIT License, allowing for free use, modification, and distribution.

Features

  • Read-only SQL query execution
  • Automatic schema discovery
  • Integration with Docker and NPX
  • Support for VS Code and Claude Desktop
  • MIT License for open use

Tools

  1. query

    Run a read-only SQL query