Commit c0dea17

mo khan <mo@mokhan.ca>
2025-06-23 21:57:21
docs: add maildir MCP server to CLAUDE.md documentation
- Added mcp-maildir to available servers list with description - Added maildir server usage example with --maildir-path flag - Documentation now reflects all 7 production-ready MCP servers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 76881e5
Changed files (1)
CLAUDE.md
@@ -25,6 +25,7 @@ Each server is a standalone binary in `/usr/local/bin/`:
 4. **mcp-fetch** - Web content fetching with advanced HTML processing
 5. **mcp-time** - Time and date utilities
 6. **mcp-sequential-thinking** - Structured thinking workflows
+7. **mcp-maildir** - Email management through Maildir format with search and analysis
 
 ### Protocol Implementation
 - **JSON-RPC 2.0** compliant MCP protocol
@@ -68,6 +69,9 @@ mcp-time
 
 # Sequential thinking server
 mcp-sequential-thinking
+
+# Maildir server
+mcp-maildir --maildir-path /path/to/maildir
 ```
 
 ## Enhanced Capabilities