Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ClaudePost
by
ZilongXue
Verified
GitHub
Communication
Python
MIT License
40
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
claude-post
src
email_client
src/email_client/__init__.py
src/email_client/server.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) __all__ = ['main', 'server']