41
/ 100
1 month ago
glama

MCP Usuarios DB

MCP server for managing users in PostgreSQL, enabling CRUD operations and search via natural language commands.

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 2 credentials: DB_PASSWORD, OPENAI_API_KEY
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_HOSTexport =localhost DB_PORT=5433 DB_USER=mcpuser DB_PASSWORD=mcppassword DB_NAME=usuarios_db
configDB_PORTLas variables de PostgreSQL ya están configuradas en docker-compose.yml para Docker. Para desarrollo local fuera de Docker usa =5433.
configDB_USERexport DB_HOST=localhost DB_PORT=5433 =mcpuser DB_PASSWORD=mcppassword DB_NAME=usuarios_db
🔐 secretDB_PASSWORDexport DB_HOST=localhost DB_PORT=5433 DB_USER=mcpuser =mcppassword DB_NAME=usuarios_db
configDB_NAMEexport DB_HOST=localhost DB_PORT=5433 DB_USER=mcpuser DB_PASSWORD=mcppassword =usuarios_db
🔐 secretOPENAI_API_KEYsk-tu-clave-aqui
// 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 2 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/hmmatus-mcp-db-ljj6om)](https://m8ven.ai/mcp/hmmatus-mcp-db-ljj6om)
commit: 598c3daf1e009c6d7ade909b1c7e875614bb86ac
code hash: 0e5c2f49ecdfeb59aa54696301b6ea6f60bd47417ae140959b03a9c4f236c304
verified: 6/26/2026, 9:41:49 AM
view raw JSON →