Enables read-only exploration and querying of PostgreSQL or MySQL databases via MCP, with schema discovery, safe SQL validation, natural language to SQL conversion, and CSV 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.DB_HOST— Yes — Database hostname or RDS endpointDB_PORT— No 5432 Database portDB_NAME— Yes — Database nameDB_USER— Yes — Database user (use a read-only user)DB_PASSWORD— Yes — Database passwordDB_TYPE— No postgresql postgresql or mysqlALLOWED_SCHEMAS— No (all) Comma-separated schema allowlistQUERY_TIMEOUT— No 10 Max query execution time (seconds)MAX_ROWS— No 1000 Maximum rows returned per queryCSV_EXPORT_DIR— No /tmp/db_exports Directory for CSV exportsOPENAI_BASE_URL— No — LLM API endpoint (for generate_sql)OPENAI_API_KEY— No — LLM API key (for generate_sql)MODEL— No bedrock.claude-sonnet-4-6 LLM model ID[](https://m8ven.ai/mcp/vinycoolguy2015-database-mcp-server-17vvv0)