Skip to main content
Glama

Multi-Tenant PostgreSQL MCP Server

by ahmetkca
package.json•1.34 kB
{ "name": "@ahmetkca/mcp-server-postgres", "version": "1.2.0", "description": "A comprehensive, read-only, multi-tenant PostgreSQL MCP server with advanced schema introspection and query capabilities", "main": "dist/index.js", "type": "module", "bin": { "mcp-server-postgres": "dist/index.js" }, "scripts": { "build": "shx rm -rf dist && tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "postgresql", "postgres", "database", "multi-tenant", "schema-introspection", "read-only", "ai", "llm" ], "author": "AHMET KARAPINAR <akarapinar53@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ahmetkca/mcp-server-postgres.git" }, "homepage": "https://github.com/ahmetkca/mcp-server-postgres#readme", "bugs": { "url": "https://github.com/ahmetkca/mcp-server-postgres/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.1", "pg": "^8.16.3", "zod": "^3.23.8" }, "devDependencies": { "@types/pg": "^8.15.5", "shx": "^0.4.0", "typescript": "^5.9.2" }, "files": [ "dist/**/*", "README.md", "LICENSE" ] }

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/ahmetkca/mcp-server-postgres'

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