43
/ 100
1 month ago
glama

AgentGate

Human-in-the-loop approval gateway for agent tool calls: agents request, policies decide, humans approve via Slack/Discord/web — with an OWASP-LLM-Top-10-tagged audit trail. Self-hostable.

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 3 credentials: AGENTGATE_API_KEY, DISCORD_BOT_TOKEN, GUARDRAILS_WEBHOOK_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.
🔐 secretAGENTGATE_API_KEYexport ="agk_..."
configAGENTGATE_URLexport =http://localhost:3000
configCDK_DEFAULT_ACCOUNT
configCDK_DEFAULT_REGION
configDATABASE_URL./data/agentgate.db SQLite database path
configDB_DIALECT
🔐 secretDISCORD_BOT_TOKENDiscord bot token (for Discord integration)
configDISCORD_CHANNEL_ID
configDISCORD_INCLUDE_LINKS
configGUARDRAILS_RULES
🔐 secretGUARDRAILS_WEBHOOK_SECRET
configPORT3000 Server port
configRUNNER_ARCH
configRUNNER_OS
configVITEST
configAGENTGATE_TIMEOUT
// 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/agentkitai-agentgate-1bdbkx)](https://m8ven.ai/mcp/agentkitai-agentgate-1bdbkx)
commit: ba4070fe07790bab98886f9878fa5a6d4c24288d
code hash: 75fed3890e2244a000ca00552dc567788c3c001c2af71f4897c4585e028bfdd5
verified: 6/24/2026, 9:44:29 AM
view raw JSON →