Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-datetime
Claim
by
ZeparHyfar
GitHub
Python
MIT License
7
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-datetime
src
mcp_datetime
src/mcp_datetime/__init__.py
src/mcp_datetime/__main__.py
src/mcp_datetime/server.py
import asyncio from . import server def main(): """Main entry point for the package.""" asyncio.run(server.main()) # Optionally expose other important items at package level __all__ = ["main", "server"]