Skip to main content
Glama

PostgreSQL MCP Server

by sbfulfil
package.json549 B
{ "name": "postgres-mcp-server", "version": "1.0.0", "description": "MCP server for PostgreSQL database schema access", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "pg": "^8.11.3", "dotenv": "^16.3.1" }, "devDependencies": { "@types/pg": "^8.10.9" }, "keywords": [ "mcp", "postgresql", "database", "schema" ], "author": "", "license": "MIT" }

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/sbfulfil/pg-mcp'

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