69
/ 100
11 days ago
glama

mcp-db-server

Enables querying PostgreSQL and MySQL databases using natural language, with RESTful endpoints for listing tables, describing schemas, and executing read-only queries.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
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.
configDATABASE_URLexport ="postgresql+asyncpg://user:password@localhost:5432/dbname"
configDB_URL
configPOSTGRES_URL
configMYSQL_URL
configDB_HOSTDatabase host localhost
configDB_PORTDatabase port 5432
configDB_USERDatabase username postgres
🔐 secretDB_PASSWORDDatabase password postgres
configDB_NAMEDatabase name postgres
configMYSQL_SSL
configPORTServer port 8000
configHOSTServer host 0.0.0.0
// 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 5 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/exigerdev-mcp-db-server-u8e12d)](https://m8ven.ai/mcp/exigerdev-mcp-db-server-u8e12d)
commit: 2b967d4472c8a347554ba7aad8183819e4b21bee
code hash: b6ebf683ae2ff3f42cdea2b3e3abcc8348f6ec1c1e8bcc308c554d1fe3f9f74c
verified: 6/17/2026, 11:35:34 AM
view raw JSON →