postgres-mcp-server

veerendra-pulapa/postgres-mcp-server

3.2

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 dayong@mcphub.com.

The PostgreSQL MCP Server by Ashnik Technology Solutions is a lightweight server designed to facilitate the connection of AI models or agents to PostgreSQL databases using the Model Context Protocol (MCP).

Tools
2
Resources
0
Prompts
0

🧩 PostgreSQL MCP Server by Ashnik Technology Solutions

A lightweight Model Context Protocol (MCP) server that allows AI models or agents to connect to PostgreSQL.

Features

  • MCP-style JSON/HTTP interface
  • Tools: list_tables, sql_query
  • Secure connection via environment variables
  • Easily extendable for safe query catalogs or analytics APIs

Quick start

git clone https://github.com/AshnikTechnologySolutions/postgres-mcp-server.git
cd postgres-mcp-server
npm install
npm start