Enables secure read-only access to PostgreSQL databases, allowing users to list tables, query schemas, execute SELECT statements, and inspect table structures through natural language interactions.
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— Alternative using :DB_HOST— "": "localhost",DB_NAME— "": "your_database",DB_PASSWORD— "": "your_password",DB_PORT— "": "5432",DB_SSL_MODE— "": "require"DB_STATEMENT_TIMEOUTDB_USER— "": "postgres",POSTGRES_DB— your_databasePOSTGRES_HOSTPOSTGRES_PASSWORD— your_passwordPOSTGRES_PORTPOSTGRES_SSL_MODE— require # Optional: require, disable, or omit for defaultPOSTGRES_USER[](https://m8ven.ai/mcp/kristofer84-mcp-postgres-ddmaun)