Enables AI assistants to securely interact with PostgreSQL databases through a standardized MCP interface, supporting SQL queries, schema inspection, and database management.
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— localhost PostgreSQL hostPOSTGRES_PORT— 5432 PostgreSQL portPOSTGRES_DATABASE— postgres Database namePOSTGRES_USER— postgres Database userPOSTGRES_PASSWORD— Database passwordPOSTGRES_MIN_CONNECTIONS— 1 Min pool connectionsPOSTGRES_MAX_CONNECTIONS— 10 Max pool connectionsREAD_ONLY— true Restrict to SELECT onlyALLOW_WRITE— false Enable write operationsMAX_ROWS— 1000 Max rows returned per queryQUERY_TIMEOUT— 30 Query timeout in secondsRATE_LIMIT— 60 Max requests per windowRATE_WINDOW— 60 Rate limit window in secondsLOG_LEVEL— INFO Log level (DEBUG, INFO, WARNING, ERROR)LOG_JSON— false Output logs as JSONCACHE_TTL— 300 Schema cache TTL in secondsRETRY_MAX_ATTEMPTS— 3 Max connection retriesRETRY_BASE_DELAYRETRY_MAX_DELAYMETRICS_ENABLED— true Enable metrics collection[](https://m8ven.ai/mcp/abdulsammad-lgtm-postgres-mcp-server-mmckpq)