email-firewall
Email Triage Agent
为 Hermes Agent 提供确定性的邮件分诊。它将消息分类为 P0–P3 或 REVIEW,发出共享的 pif.event.v1 契约,并让 Hermes 通过其现有的飞书网关交付结果。
确定性的 Hermes 邮件分诊 MCP:不确定就保留,V1 永不删除、永不发信,飞书凭证继续由 Hermes 管理。
为什么 / 设计理念
减少信息,不要制造更多信息。
P0立即处理;P1等待摘要;P2/P3仅用于审计。发件人认证冲突和低置信度变为
REVIEW/HOLD。人工反馈更新外部 JSONL 规则轨迹,绝不更新模型权重。
MCP 提出操作建议。它不连接邮箱,也不执行删除/发送。
本地运行
npm ci
npm test
npm run demo一次性分类:
node src/cli.js --json '{"sender":"no-reply@accounts.google.com","subject":"New login detected","auth":{"spf":"pass","dkim":"pass","dmarc":"pass"},"protectedSender":true}'在 macOS 上添加到 Hermes
Hermes 从 ~/.hermes/config.yaml 发现 stdio MCP 工具。克隆并安装,然后使用绝对路径:
git clone https://github.com/roclee2692/email-triage-agent.git ~/Projects/email-triage-agent
cd ~/Projects/email-triage-agent && npm ci
hermes mcp add email-firewall --command node --args "$HOME/Projects/email-triage-agent/src/mcp.js"
hermes mcp test email-firewallHermes 注册的工具名称形如 mcp_email_firewall_triage_email。服务器永远不需要飞书密钥:Hermes 已经拥有飞书渠道,并展示或调度返回的消息。
工具
triage_emailrender_feishu_emailrecord_email_feedbackget_email_policy
配套仓库是 crypto-market-sentinel。两者返回相同的事件信封,因此一个 Hermes 提示词即可应用相同的紧急/摘要/审计策略。
参见 Hermes macOS 设置 和共享的 PIF 事件契约。
许可证
MIT。参见 LICENSE。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Email OS for agents - real-inbox search, triage, commitments, and a verifiable BEC hard-stop.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/roclee2692/email-triage-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server