73
/ 100
19 days ago
glama

mcp-database

MCP server for connecting to databases (PostgreSQL, MySQL, SQL Server, Redis) enabling SQL queries, table exploration, and Redis key-value operations.

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 2 credentials: DB_PASSWORD, REDIS_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_CONNECTIONS"": "{\"default\":{\"type\":\"postgresql\",\"host\":\"localhost\",\"port\":5432,\"database\":\"mydb\",\"username\":\"postgres\",\"password\":\"password\"}}"
configDB_TYPE"": "postgresql",
configDB_HOST"": "localhost",
configDB_PORT"": "5432",
configDB_NAME"": "mydb",
configDB_USER"": "postgres",
🔐 secretDB_PASSWORD"": "password"
configREDIS_HOST, REDIS_PORT, etc. - Redis connection
configREDIS_PORTREDIS_HOST, , etc. - Redis connection
🔐 secretREDIS_PASSWORD
configREDIS_DB
// 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 3 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/justpoypoy-mcp-database-lq8qdj)](https://m8ven.ai/mcp/justpoypoy-mcp-database-lq8qdj)
commit: 81b52d4346add838ae3bfea1891eaf09b2f7f617
code hash: cd4cd387b5d7c74275f37c4055689c39a3864be711bdc417373636f5c1d60d0a
verified: 6/18/2026, 10:55:23 AM
view raw JSON →