postgres-mcp-server
If you are the rightful owner of postgres-mcp-server 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.
This is a Model Context Protocol (MCP) server designed to interact with a PostgreSQL database containing product information.
The PostgreSQL Products MCP Server is a specialized server that facilitates interaction with a PostgreSQL database containing product information. It is designed to allow clients, such as AI assistants, to query the database using SQL. The server is built using Node.js and requires a PostgreSQL database with a specific schema to function. It is configured through environment variables that specify the database connection details. Once set up, the server can execute read-only SQL queries, specifically SELECT statements, to retrieve data from the products database. This makes it a useful tool for applications that need to access and manipulate product data stored in a PostgreSQL database.
Features
- Facilitates interaction with PostgreSQL databases using SQL queries.
- Built with Node.js and TypeScript for robust performance.
- Configurable via environment variables for flexible deployment.
- Supports read-only SQL queries to ensure data integrity.
- Easily integrates with AI assistants and other MCP clients.
Tools
run_sql_query
Executes a read-only SQL query (SELECT statements only) against the configured products database.