PostgreSQL MCP Server

{ "name": "@vinsidious/mcp-pg-schema", "version": "0.0.1", "description": "MCP server for getting schema information from a PostgreSQL database", "license": "MIT", "author": "Vince Coppola <vincecoppola@gmail.com>", "type": "module", "bin": { "mcp-pg-schema": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "pg": "^8.13.0" }, "devDependencies": { "@types/pg": "^8.11.10", "shx": "^0.3.4", "typescript": "^5.6.2" } }