{"repo":"vignesh-codes/ai-agents-mcp-pg","free":true,"listed":false,"github":"https://github.com/vignesh-codes/ai-agents-mcp-pg","clone":"git clone https://github.com/vignesh-codes/ai-agents-mcp-pg.git","description":"This repo is an extension of PostgreSQL MCP Server providing functionalities to create tables, insert entries, update entries, delete entries, and drop tables.","language":"JavaScript","stars":27,"topics":["ai-agents","mcp","llm-postgres"],"license":"MIT","category":"mcp-servers","readme_excerpt":"PostgreSQL MCP Server A Model Context Protocol server that provides access to PostgreSQL databases. This server enables LLMs to interact with databases to inspect schemas, execute queries, and perform CRUD (Create, Read, Update, Delete) operations on database entries. This repo is an extension of PostgreSQL MCP Server providing functionalities to create tables, insert entries, update entries, delete entries, and drop tables. Installation To install the PostgreSQL MCP Server, follow these steps: 1. Install Docker and Claude Desktop 2. Clone the repository: git clone https://github.com/vignesh-codes/ai-agents-mcp-pg.git 3. Run PG Docker container docker run --name postgres-container -e POSTGRES USER=admin -e POSTGRES PASSWORD=admin password -e POSTGRES DB=mydatabase -p 5432:5432 -d postgres:latest 4. Build the mcp server: docker build -t mcp/postgres -f src/Dockerfile . 5. Open Claude Desktop and connect to the MCP server by updating the mcpServers field in claude desktop config.json : Usage with Claude Desktop To use this server with the Claude Desktop app, add the following configuration to the \"mcpServers\" section of your claude desktop config.json : Docker When running Docker on macOS, use host.docker.internal if the server is running on the host network (e.g., localhost). Username/password can be added to the PostgreSQL URL with postgresql://user:password@host:port/db-name . Make sure to restart the claude desktop app after updating the config file. Features Added Existing","default_branch":null,"files":null,"tree":[],"storefront":"/r/vignesh-codes","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/vignesh-codes/ai-agents-mcp-pg/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}