66
/ 100
12 days ago
glama

Universal Database MCP Server

A versatile MCP server that connects to multiple relational databases (MySQL, PostgreSQL, Oracle, SQL Server, SQLite) and enables secure read-only SQL query execution and metadata access.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: DB_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDB_TYPEdb-type 数据库类型 mysql
configDB_HOSTdocker run -p 8088:8088 -e =host.docker.internal -e DB_USER=root -e DB_PASSWORD=password -e DB_NAME=mydatabase universal-db-mcp-server
configDB_USERdocker run -p 8088:8088 -e DB_HOST=host.docker.internal -e =root -e DB_PASSWORD=password -e DB_NAME=mydatabase universal-db-mcp-server
🔐 secretDB_PASSWORDdocker run -p 8088:8088 -e DB_HOST=host.docker.internal -e DB_USER=root -e =password -e DB_NAME=mydatabase universal-db-mcp-server
configDB_NAMEdocker run -p 8088:8088 -e DB_HOST=host.docker.internal -e DB_USER=root -e DB_PASSWORD=password -e =mydatabase universal-db-mcp-server
configDB_PORTdb-port 数据库端口 3306
configDB_SQLITE_PATH
configSERVER_PORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/xiaoshi7915-universal-db-mcp-server-1cnejf)](https://m8ven.ai/mcp/xiaoshi7915-universal-db-mcp-server-1cnejf)
commit: bd23b8415fb9465f5632080c44b0f4678d7d82b0
code hash: 309d5958a224aef19e14263be52b857626cdbf65f3eb6bcb985bc4228c6731c8
verified: 7/19/2026, 8:49:53 AM
view raw JSON →