diff --git a/memory/2026-02-24-proton-mcp-server-setup-2.md b/memory/2026-02-24-proton-mcp-server-setup-2.md new file mode 100644 index 000000000..9f9990334 --- /dev/null +++ b/memory/2026-02-24-proton-mcp-server-setup-2.md @@ -0,0 +1,25 @@ +# 2026-02-24 Session Notes + +## Proton MCP Server Setup + +Session initiated setup of ccunning2/proton-mcp, a Python-based Model Context Protocol server that integrates ProtonMail with Claude Desktop. The assistant researched the project requirements and began the installation process. + +### Project Overview + +Proton MCP provides email management (search, send, move, retrieve), junk detection with pattern-based spam scoring, and RFC-compliant unsubscribe functionality for mailing lists. All destructive operations require explicit confirmation. + +### Setup Requirements + +- ProtonMail account (any tier) +- Proton Bridge application running locally on IMAP port 127.0.0.1:1143 and SMTP port 127.0.0.1:1025 +- Python 3 environment with venv +- `.env` configuration file with PROTON_EMAIL and PROTON_BRIDGE_PASSWORD +- Dependencies installed via pip from requirements.txt + +### Installation Steps Executed + +Initiated clone to ~/proton-mcp with setup sequence: repository clone → virtual environment creation → dependency installation. Configuration via .env file with Proton Bridge credentials. + +### Available Tools + +Email search/retrieval, send, folder management (move between folders, mark read/important), junk filtering with analysis, bulk operations, unsubscribe via RFC 2369/8058 headers, mailing list identification. \ No newline at end of file diff --git a/memory/memories.db b/memory/memories.db index 208f6ff9d..63019d46d 100644 Binary files a/memory/memories.db and b/memory/memories.db differ diff --git a/memory/memories.db-shm b/memory/memories.db-shm index 779aef13e..3f9b835b8 100644 Binary files a/memory/memories.db-shm and b/memory/memories.db-shm differ diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 5d6296979..a86f1f72b 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ