Skip to main content
Glama

PostgreSQL Read-Only MCP Server

by currentspace
package.json1.73 kB
{ "name": "pg-mcp-prod", "version": "2.0.0", "type": "module", "description": "PostgreSQL Read-Only MCP Server with daemon support", "main": "dist/server.js", "engines": { "node": ">=24.0.0" }, "scripts": { "dev": "tsx watch src/server.ts", "build": "node build.mjs", "start": "node dist/server.js", "daemon": "node dist/mcp-daemon.js", "client": "node dist/mcp-client.js", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "clean": "rm -rf dist", "pm2:start": "pm2 start dist/mcp-daemon.js --name pg-mcp-daemon", "pm2:stop": "pm2 stop pg-mcp-daemon", "pm2:restart": "pm2 restart pg-mcp-daemon", "pm2:delete": "pm2 delete pg-mcp-daemon" }, "keywords": [ "mcp", "postgresql", "database", "readonly" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "pg": "^8.16.2", "ssh2": "^1.16.0" }, "devDependencies": { "@eslint/js": "^9.29.0", "@types/node": "^24.0.3", "@types/pg": "^8.15.4", "@types/ssh2": "^1.15.5", "@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/parser": "^8.34.1", "esbuild": "^0.25.5", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.5.0", "prettier": "^3.5.3", "tsx": "^4.20.3", "typescript": "^5.8.3" } }

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/currentspace/pg_mcp_prod'

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