A Model Context Protocol (MCP) server that gives AI assistants deep visibility into databases, inspecting schemas, detecting index problems, analyzing table bloat, and explaining query plans across PostgreSQL, MySQL, and SQLite.
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— Zero configuration — just setDB_DRIVER— You can also set =mysql as an environment variable instead of passing the flag.DB_HOSTDB_NAMEDB_PASSWORDDB_PATHDB_PORTDB_USERMYSQL_DATABASE— Or use individual MySQL variables: MYSQL_HOST, MYSQL_PORT, , MYSQL_USER, MYSQL_PASSWORD.MYSQL_HOST— Or use individual MySQL variables: , MYSQL_PORT, MYSQL_DATABASE, MYSQL_USER, MYSQL_PASSWORD.MYSQL_PASSWORD— Or use individual MySQL variables: MYSQL_HOST, MYSQL_PORT, MYSQL_DATABASE, MYSQL_USER, .MYSQL_PORT— Or use individual MySQL variables: MYSQL_HOST, , MYSQL_DATABASE, MYSQL_USER, MYSQL_PASSWORD.MYSQL_USER— Or use individual MySQL variables: MYSQL_HOST, MYSQL_PORT, MYSQL_DATABASE, , MYSQL_PASSWORD.PGDATABASE— Or use individual PG variables: PGHOST, PGPORT, , PGUSER, PGPASSWORD.PGHOST— Or use individual PG variables: , PGPORT, PGDATABASE, PGUSER, PGPASSWORD.PGPASSWORD— Or use individual PG variables: PGHOST, PGPORT, PGDATABASE, PGUSER, .PGPORT— Or use individual PG variables: PGHOST, , PGDATABASE, PGUSER, PGPASSWORD.PGUSER— Or use individual PG variables: PGHOST, PGPORT, PGDATABASE, , PGPASSWORD.SQLITE_PATHTEST_DATABASE_URL[](https://m8ven.ai/mcp/dmitriusan-mcp-db-analyzer-1e5ohj)