Skip to main content
Glama

PostgreSQL MCP Server

by vinsidious
package.json646 B
{ "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" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinsidious/mcp-pg-schema'

If you have feedback or need assistance with the MCP directory API, please join our Discord server