{ "name": "@yawlabs/postgres-mcp", "version": "0.13.4", "mcpName": "io.github.YawLabs/postgres-mcp", "description": "PostgreSQL MCP server, read-only by default: query, schema introspection, EXPLAIN plans, index advisor, and DBA health checks.", "license": "MIT", "author": "YawLabs ", "repository": { "type": "git", "url": "git+https://github.com/YawLabs/postgres-mcp.git" }, "bugs": { "url": "https://github.com/YawLabs/postgres-mcp/issues" }, "keywords": [ "postgres", "postgresql", "database", "mcp", "mcp-server", "model-context-protocol", "ai", "agent", "claude", "claude-code", "cursor", "llm", "sql", "schema", "explain", "dba", "index-advisor", "query-optimization", "ai-agents" ], "type": "module", "main": "dist/index.js", "bin": { "postgres-mcp": "bin/postgres-mcp.mjs" }, "files": [ "bin/postgres-mcp.mjs", "dist/index.js", "LICENSE", "README.md", "CHANGELOG.md" ], "scripts": { "build": "tsc && node build.mjs", "dev": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && node scripts/run-tests.mjs dist", "test:ci": "npm run test", "test:integration": "npm run build && node scripts/run-tests.mjs dist --integration", "lint": "node scripts/lint.mjs check src/", "lint:fix": "node scripts/lint.mjs check --write src/", "prepublishOnly": "npm run build" }, "devDependencies": { "@biomejs/biome": "^2.4.12", "@modelcontextprotocol/server": "^2.0.0", "@types/node": "^25.6.0", "@types/pg": "^8.20.0", "esbuild": "^0.28.0", "pg": "^8.23.0", "postject": "^1.0.0-alpha.6", "typescript": "^6.0.3", "zod": "^4.3.6" }, "engines": { "node": ">=22" }, "homepage": "https://yaw.sh/mcp-servers/postgres-mcp/" }