Back to Home
jeff-atriumn icon

annex-gmail-mcp

Verified Safe

by jeff-atriumn

Overview

Orchestrates Gmail API functionality via an MCP server for reading, drafting, and sending emails, integrated with the RAM orchestration layer.

Installation

Run Command
node /path/to/annex-gmail-mcp/dist/index.js

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-12-02

Tags

Gmail APIMCP ServerEmail AutomationOrchestrationNode.js