A read-only MCP server that exposes SQL database access to LLMs, supporting multiple database types, compact columnar results, pagination, and file export.
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.CACHE_TTL— 60 Cache TTL in secondsDB_HOST— export =localhostDB_NAME— export =mydbDB_PASSWORD— export =mypasswordDB_PORT— "": "5432",DB_QUERY_TIMEOUT— 30000 Query timeout in milliseconds (used by query / explainQuery)DB_TYPE— export =postgresqlDB_USER— export =myuserEXPORT_QUERY_TIMEOUT— 300000 Export query timeout in milliseconds (used by exportQuery; default 5 min)[](https://m8ven.ai/mcp/akrym1582-sqldb-mcp-server-164dzy)