UNPKG

@ahmetkca/mcp-server-postgres

Version:

A comprehensive, read-only, multi-tenant PostgreSQL MCP server with advanced schema introspection and query capabilities

56 lines 1.33 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": "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" ] }