annex-gmail-mcp
Verified Safeby jeff-atriumn
Overview
Orchestrates Gmail API functionality via an MCP server for reading, drafting, and sending emails, integrated with the RAM orchestration layer.
Installation
node /path/to/annex-gmail-mcp/dist/index.jsEnvironment Variables
- GOOGLE_CREDENTIALS_PATH
- GOOGLE_TOKEN_PATH
Security Notes
The project design emphasizes a clear trust model, where RAM (the orchestration layer) is responsible for enforcing user approval for email sending, not this MCP server. Credentials are handled via OAuth2 and stored in the user's home directory outside the repository, explicitly with a .gitignore recommendation. The server does not store email content locally, reducing data exposure risk. No 'eval' or other highly dangerous patterns are mentioned or implied in the provided design/setup documentation.
Similar Servers
mcp-email-server
This server allows MCP clients to interact with email accounts via IMAP and SMTP protocols, enabling functionalities like listing, fetching, sending, and deleting emails.
postmark-mcp
Provides a Model Context Protocol (MCP) server to enable AI assistants to send emails and manage templates via Postmark.
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
stateful-auth-for-mcp-servers
Integrates Google Gmail and Calendar APIs to enable an AI agent to read emails and manage calendar events with stateful authorization for event deletions.