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.
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.POSTGRES_HOST— Update the target PostgreSQL connection information in your .env file (see , POSTGRES_PORT, POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB).POSTGRES_PORT— Update the target PostgreSQL connection information in your .env file (see POSTGRES_HOST, , POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB).POSTGRES_USER— Update the target PostgreSQL connection information in your .env file (see POSTGRES_HOST, POSTGRES_PORT, , POSTGRES_PASSWORD, POSTGRES_DB).POSTGRES_PASSWORD— Update the target PostgreSQL connection information in your .env file (see POSTGRES_HOST, POSTGRES_PORT, POSTGRES_USER, , POSTGRES_DB).POSTGRES_DB— Update the target PostgreSQL connection information in your .env file (see POSTGRES_HOST, POSTGRES_PORT, POSTGRES_USER, POSTGRES_PASSWORD, ).MCP_LOG_LEVEL— Server logging verbosity (DEBUG, INFO, WARNING, ERROR) INFO INFOFASTMCP_TYPE— MCP transport protocol (stdio for CLI, streamable-http for web) stdio streamable-httpFASTMCP_HOST— HTTP server bind address (0.0.0.0 for all interfaces) 127.0.0.1 0.0.0.0FASTMCP_PORT— HTTP server port for MCP communication 8000 8000REMOTE_AUTH_ENABLE— Enable Bearer token authentication for streamable-http mode (Default: false if undefined/null/empty) false falseREMOTE_SECRET_KEY— Secret key for Bearer token authentication (required when auth enabled) - your-secret-key-hereHOSTPORT[](https://m8ven.ai/mcp/mcp-postgresql-ops-f7l70e)