67
/ 100
22 days ago
glama

Mail Digest MCP Server

Provides tools to manage work email: list/search/get emails and draft replies via IMAP, without sending any messages.

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 1 credential: IMAP_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.
configIMAP_HOST(, IMAP_PORT, IMAP_USER, IMAP_PASSWORD, IMAP_FOLDER, IMAP_SSL).
configIMAP_PORT(IMAP_HOST, , IMAP_USER, IMAP_PASSWORD, IMAP_FOLDER, IMAP_SSL).
configIMAP_USER(IMAP_HOST, IMAP_PORT, , IMAP_PASSWORD, IMAP_FOLDER, IMAP_SSL).
🔐 secretIMAP_PASSWORD(IMAP_HOST, IMAP_PORT, IMAP_USER, , IMAP_FOLDER, IMAP_SSL).
configIMAP_FOLDER(IMAP_HOST, IMAP_PORT, IMAP_USER, IMAP_PASSWORD, , IMAP_SSL).
configIMAP_SSL(IMAP_HOST, IMAP_PORT, IMAP_USER, IMAP_PASSWORD, IMAP_FOLDER, ).
configMCP_HOSTНастройки HTTP-сервера (env): (по умолч. 0.0.0.0),
configMCP_PORT(8765), MCP_PATH (/mcp).
configMCP_PATHMCP_PORT (8765), (/mcp).
// 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/maksim061994-mcp-samoware-mrfjzo)](https://m8ven.ai/mcp/maksim061994-mcp-samoware-mrfjzo)
commit: 686a2fd501a9e92ab3f15a852b3b93082720b0f4
code hash: 792c4a40ced92aa127f6372f3a7f9a6b24276386a4fe1751f1a90cf954152221
verified: 7/9/2026, 9:58:38 AM
view raw JSON →