mail-mcp
Overview
mail-mcp is an internal MCP server for accessing and analyzing Apache Maven mailing list archives.
- Type
-
Internal (developed in this repository)
- Status
-
Active Development
- Repository
-
mail-mcp/subdirectory
Features
-
Access to 700+ MB of historical mbox files from 2002-present
-
Full-text search across email archives via Elasticsearch
-
Thread reconstruction and message retrieval
-
Support for multiple Apache mailing lists (dev@maven.apache.org, users@maven.apache.org)
Quick Start
cd mail-mcp
poetry install
docker compose up -d elasticsearch
poetry run retrieve-mbox --date 2024-10
poetry run index-mbox data/dev/*.mbox
poetry run maven-mail-mcp
Documentation
For complete documentation, see mail-mcp Documentation.
Key sections:
Related
-
Atlassian MCP Setup - complementary external MCP