★ 0 stars
JavaScript
💬 Communication
Updated 1d ago
emAIl Sentinel™ — Google Workspace Gmail add-on that watches labels with plain-English rules and alerts via SMS, Google Chat, Calendar, Sheets, Tasks, or MCP servers using Gemini AI.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"email_sentinel": {
"command": "npx",
"args": [
"-y",
"StephenRJohns/email_sentinel"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add email_sentinel npx -y StephenRJohns/email_sentinel
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"email_sentinel": {
"command": "npx",
"args": [
"-y",
"StephenRJohns/email_sentinel"
]
}
}
}
📋 Copy
Topics
alerting email-alerts email-management email-monitoring gemini gmail gmail-addon google-apps-script google-chat google-workspace mcp model-context-protocol sms-alerts twilio workspace-addon