google-mailpilot
Verified Safeby johnneerdael
Overview
AI-native command center for Gmail and Google Workspace, enabling LLMs to read, triage, respond to, and manage email autonomously with calendar integration.
Installation
docker compose up -dEnvironment Variables
- POSTGRES_PASSWORD
- LITELLM_API_KEY
- OPENAI_API_KEY
- GEMINI_API_KEY
- COHERE_API_KEY
- IMAP_MCP_TOKEN
- WEB_PASSWORD_HASH
- WEB_SESSION_SECRET
- LLM_API_BASE
- LLM_MODEL
- EMBEDDINGS_PROVIDER
- EMBEDDINGS_MODEL
Security Notes
The project emphasizes Human-in-the-Loop (HITL) safety for all mutations (e.g., email sending, calendar event creation require explicit user confirmation). It strongly recommends and documents bearer token authentication for the MCP endpoint and reverse proxy/TLS for web UI/API exposure. OAuth tokens are stored separately from config.yaml, preventing accidental exposure. The internal Engine API (port 8001) is not exposed publicly. The codebase shows no signs of 'eval', obfuscation, or malicious patterns.
Similar Servers
google_workspace_mcp
Provides comprehensive natural language control over Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, Custom Search) through MCP clients and AI assistants.
postgres-mcp
A PostgreSQL database management and optimization expert system, offering interactive workflows for query analysis, index tuning, health monitoring, backup strategies, and advanced functionalities like vector search and geospatial data management. It helps users understand and improve their PostgreSQL database performance and health.
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
mcp-server-google-workspace
Provides programmatic control over Google Workspace applications (Sheets, Docs, Drive, Gmail, Calendar, Slides) through a Model Context Protocol (MCP) server for AI automation.