43
/ 100
18 days ago
glama

Impri

Human-in-the-loop approval inbox for AI agents: an agent proposes an action (send email, post comment, run a command), a human approves, rejects, or edits it from a web, mobile, or Slack/Discord/Telegram inbox, and the agent only runs on approval. Full audit trail, self-hostable (MIT).

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 10 credentials: IMPRI_API_KEY, METRICS_TOKEN, SLACK_APP_SIGNING_SECRET, SLACK_CLIENT_SECRET, SMTP_PASS, STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET, VAPID_PRIVATE_KEY, VAPID_PUBLIC_KEY, 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.
configALLOW_SIGNUP
configAPP_URL
configAUDIT_RETENTION_DAYS
configBASE_URLshould match the public URL of your deployment (used in inbox_url links).
configCORS_ORIGIN
configDB_PATH
configDISABLE_WATCHER_SCHEDULER
configHOST
configIMPRI_ALLOW_PRIVATE_TARGETS
configIMPRI_API
🔐 secretIMPRI_API_KEYenv: =im_... IMPRI_BASE_URL=http://localhost:8484
configIMPRI_BASE_URLenv: IMPRI_API_KEY=im_... =http://localhost:8484
configIMPRI_CHANNEL_MAX_FAILS
configMETRICS_ENABLED
🔐 secretMETRICS_TOKEN
configNOTIFY_EMAIL
configNO_COLOR
configNTFY_TOPIC
configNTFY_URL
configOPERATOR_PROJECT_ID
configPII_RETENTION_DAYS
configPORT
configREDIS_URL
🔐 secretSLACK_APP_SIGNING_SECRET
configSLACK_CLIENT_ID
🔐 secretSLACK_CLIENT_SECRET
configSMTP_FROM
configSMTP_HOST
🔐 secretSMTP_PASS
configSMTP_PORT
configSMTP_SECURE
configSMTP_USER
configSTRIPE_PRICE_INDIE
configSTRIPE_PRICE_INDIE_YEARLY
configSTRIPE_PRICE_TEAM
configSTRIPE_PRICE_TEAM_YEARLY
🔐 secretSTRIPE_SECRET_KEY
🔐 secretSTRIPE_WEBHOOK_SECRET
configUI_DIST
configUI_HOST
configUI_PORT
🔐 secretVAPID_PRIVATE_KEY
🔐 secretVAPID_PUBLIC_KEY
configVAPID_SUBJECT
configVITEST
🔐 secretWEBHOOK_SECRETSet env var to a random string for HMAC webhook signing.
// 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/sekera-radim-impri-a9tgrp)](https://m8ven.ai/mcp/sekera-radim-impri-a9tgrp)
commit: fc62fd76c44ad80b3a0d3642410f2deb6adee438
code hash: e41cf6077b7f2127a35de6118ef0e5b526d6a5001f3f9c51c6382782a7eff728
verified: 7/13/2026, 9:50:58 AM
view raw JSON →