apple-mail-mcp: Apple Mail MCP is the only MCP server for Apple Mail with full-text email search. It is reliable on large mailboxes where other servers timeout, and provides 8 tools for reading, searching, and extracting email content. It uses FTS5 indexing for fast body searches and can fetch a single email in ~3ms.; context-mode: Every tool call in an MCP (Model-Controller-Program) environment dumps raw data into the context window, quickly consuming space and causing the agent to lose track of ongoing tasks. Context Mode is an MCP server that tackles this by sandboxing tool outputs to significantly reduce context usage, tracking session events in SQLite for continuity, and promoting 'think in code' to minimize data processing within the LLM.
Search for specific emails by content, subject, or sender across the entire mailbox
Deep repository research and analysis (e.g., architecture, contributors, issues)