76
/ 100
1 month ago
pulsemcp

PostgreSQL Ops

Provides direct PostgreSQL database access with query execution, schema introspection, and performance monitoring through specialized extensions like pg_stat_statements for conversational database administration and troubleshooting.

call518/mcp-postgresql-ops· pypi: mcp-postgresql-ops· 49K installs· listed on pulsemcp
Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: POSTGRES_PASSWORD, REMOTE_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPOSTGRES_HOSTUpdate the target PostgreSQL connection information in your .env file (see , POSTGRES_PORT, POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB).
configPOSTGRES_PORTUpdate the target PostgreSQL connection information in your .env file (see POSTGRES_HOST, , POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB).
configPOSTGRES_USERUpdate the target PostgreSQL connection information in your .env file (see POSTGRES_HOST, POSTGRES_PORT, , POSTGRES_PASSWORD, POSTGRES_DB).
🔐 secretPOSTGRES_PASSWORDUpdate the target PostgreSQL connection information in your .env file (see POSTGRES_HOST, POSTGRES_PORT, POSTGRES_USER, , POSTGRES_DB).
configPOSTGRES_DBUpdate the target PostgreSQL connection information in your .env file (see POSTGRES_HOST, POSTGRES_PORT, POSTGRES_USER, POSTGRES_PASSWORD, ).
configMCP_LOG_LEVELServer logging verbosity (DEBUG, INFO, WARNING, ERROR) INFO INFO
configFASTMCP_TYPEMCP transport protocol (stdio for CLI, streamable-http for web) stdio streamable-http
configFASTMCP_HOSTHTTP server bind address (0.0.0.0 for all interfaces) 127.0.0.1 0.0.0.0
configFASTMCP_PORTHTTP server port for MCP communication 8000 8000
configREMOTE_AUTH_ENABLEEnable Bearer token authentication for streamable-http mode (Default: false if undefined/null/empty) false false
🔐 secretREMOTE_SECRET_KEYSecret key for Bearer token authentication (required when auth enabled) - your-secret-key-here
configHOST
configPORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/mcp-postgresql-ops-f7l70e)](https://m8ven.ai/mcp/mcp-postgresql-ops-f7l70e)
commit: 86ca752a48c7919c43a33a38b7a669a908f54632
code hash: d1928e9c355aacf144a0cc3a4e854d5ca2362278b30c3a507d6da70030f9a5d5
verified: 6/15/2026, 3:10:10 PM
view raw JSON →