74
/ 100
27 days ago
glama

AgentCloak

A proxy service that sits between AI agents and email, providing safe access with read-only design, PII redaction, blocklists, and sanitization.

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 4 credentials: AGENTCLOAK_API_KEY, DATABASE_ENCRYPTION_KEY, GOOGLE_CLIENT_SECRET, SESSION_SECRET
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.
🔐 secretAGENTCLOAK_API_KEY"Authorization": "Bearer ${}"
configAGENTCLOAK_URL"url": "${:-http://localhost:3000}/mcp",
configBASE_URLrailway variables set ="https://your-app.up.railway.app"
🔐 secretDATABASE_ENCRYPTION_KEY
configDATABASE_PATHrailway variables set =/app/data/agentcloak.db
configGOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
🔐 secretGOOGLE_CLIENT_SECRET=GOCSPX-your-secret
configGOOGLE_REDIRECT_URI=http://localhost:3000/auth/callback
configPORTrailway variables set =3000
configSESSION_MAX_AGE
🔐 secretSESSION_SECRETchange-me-to-a-random-string-at-least-32-chars
// 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 6 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/ryanfren-agentcloak-1kw4tq)](https://m8ven.ai/mcp/ryanfren-agentcloak-1kw4tq)
commit: 7b1c4280ad551c1df0b07bd574208918aff026a8
code hash: 9d0b71db3e9b3e0d88696fdd1eaad65c52c33a3b511378ad5e4b1dff45d73503
verified: 6/13/2026, 10:08:27 AM
view raw JSON →