mcp-mailu/.env.example
Ryan Malloy 66d1c0732a Initial commit: FastMCP server for Mailu email API integration
- 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.
2025-07-16 11:55:44 -06:00

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