74
/ 100
22 days ago
glama

mcp-db-universal

A database-agnostic MCP server that enables natural language queries to your database through Claude or Copilot, automatically writing and executing SQL.

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_CLIENT"": "oracle",
configDB_CONNECTION_STRINGFull connection string (overrides above) —
configDB_DATABASE
configDB_FILENAMEFile path (SQLite only) —
configDB_HOST"": "localhost",
configDB_NAME"": "orcl",
🔐 secretDB_PASSWORD"": "FMCPROD1"
configDB_POOL_MAXConnection pool maximum 5
configDB_POOL_MINConnection pool minimum 1
configDB_PORT"": "1521",
configDB_READONLYSet true to disable writes/DDL false
configDB_USER"": "xxx",
// 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/nishant-gudipaty-mcp-db-universal-sgmias)](https://m8ven.ai/mcp/nishant-gudipaty-mcp-db-universal-sgmias)
commit: 66624a5125b9031b8e8bde70c779edcfe121aa18
code hash: 006adbbe883dcaa2715771c4435ea60ff36b558de0af68588d7cdc1673af4db4
verified: 6/21/2026, 10:19:35 AM
view raw JSON →