Enables querying PostgreSQL and MySQL databases using natural language, with RESTful endpoints for listing tables, describing schemas, and executing read-only queries.
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.DATABASE_URL— export ="postgresql+asyncpg://user:password@localhost:5432/dbname"DB_URLPOSTGRES_URLMYSQL_URLDB_HOST— Database host localhostDB_PORT— Database port 5432DB_USER— Database username postgresDB_PASSWORD— Database password postgresDB_NAME— Database name postgresMYSQL_SSLPORT— Server port 8000HOST— Server host 0.0.0.0[](https://m8ven.ai/mcp/exigerdev-mcp-db-server-u8e12d)