A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants
Drift inferred · capture-to-capture
- HIGH code analysis flagged hidden prompt content in @henkey/postgres-mcp-server
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 24
filesystem 4
- fs package/build/index.js :3
import fs from 'node:fs'; - fs package/build/server/audit.js :1
import { appendFileSync } from 'node:fs'; - fs package/build/tools/migration.js :2
import * as fs from 'node:fs'; - fs package/build/utils/filesystem.js :1
import * as fs from 'node:fs';
shell / exec 1
- shell package/build/utils/sql.js :19
let delimiter = `$${tag}$`;
database 1
- db package/build/utils/connection.js :1
import pkg from 'pg';
install hooks 2
- prepublishOnly package/package.json :26
npm run build - postinstall package/package.json :27
echo 'postgres-mcp-server installed successfully! Run with: npx @henkey/postgres-mcp-server'
declared dependencies 15
- @modelcontextprotocol/sdk@^1.29.0
- commander@^12.1.0
- pg@^8.16.3
- pg-monitor@^3.0.0
- pg-query-stream@^4.2.4
- zod@^3.24.4
- zod-to-json-schema@^3.24.5
- @types/node@^20.11.17
- @types/pg@^8.10.2
- @typescript-eslint/eslint-plugin@^7.1.0
- @typescript-eslint/parser@^7.1.0
- eslint@^8.57.0
- nodemon@^3.0.3
- typescript@^5.3.3
- vitest@^3.2.4