A secure PostgreSQL MCP server allowing AI models to read, write, update, and delete database records with parameterized queries, transactional dry-runs, disposable testing, and automated backups.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.DATABASE_URL— postgresql://user:password@host:5432/dbnamePGHOSTDB_HOST— "": "192.168.1.89",PGPORTDB_PORT— "": "5432",PGUSERDB_USER— "": "postgres",PGPASSWORDDB_PASSWORD— your_passwordPGDATABASEDB_NAME— "": "job_searcher"PGSSLMODEROW_LIMIT— Executes a read-only query. Limits results to (default 500) and returns results in a structured JSON format.LARGE_SCALE_THRESHOLDBACKUP_DIRMAX_BACKUPSMAX_BACKUP_AGE_DAYSDB_BACKUP_THRESHOLD_BYTES— 10485760 # 10MB[](https://m8ven.ai/mcp/dkbearsong-postgres-mcp-tool-1phhpo)