forked from rsp2k/mcp-mailu
- Complete FastMCP server with OpenAPI integration and fallback tools - Automatic tool generation from Mailu REST API endpoints - Bearer token authentication support - Comprehensive test suite and documentation - PyPI-ready package configuration with proper metadata - Environment-based configuration support - Production-ready error handling and logging - Examples and publishing scripts included Features: - User management (list, create, update, delete) - Domain management (list, create, update, delete) - Alias management and email forwarding - DKIM key generation - Manager assignment for domains - Graceful fallback when OpenAPI validation fails Ready for Claude Desktop integration and PyPI distribution.
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
# Mailu MCP Server Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Mailu server configuration
|
|
MAILU_BASE_URL=https://mail.example.com
|
|
MAILU_API_TOKEN=your_api_token_here
|
|
|
|
# Optional: Enable debug logging
|
|
DEBUG=false
|