Time & Location
Provides automated time and location information to AI models and applications by detecting system timezone and using IP-based geolocation.
소개
This MCP (Model Context Protocol) server is designed to automatically supply current time and location details to integrated applications, particularly AI assistants. It offers two core functionalities: `get_current_time` for retrieving the local date/time in various formats (ISO, Unix timestamp, UTC offset) based on system timezone, and `get_location` for determining geographical location via IP geolocation or user-defined environment variables. The server supports easy deployment using Docker and provides specific configuration examples for popular AI-enhanced code editors like Cursor and Zed, enabling AI models to leverage real-time, context-aware information.
주요 기능
- Returns location details (city, province, country, coordinates)
- Supports overriding auto-detection via environment variables
- Easy deployment and integration with Docker
- 0 GitHub stars
- Provides current date/time with various formats (ISO, Unix timestamp, UTC offset)
- Automatic system timezone and IP-based location detection
사용 사례
- Providing real-time time and location context to AI assistants like Cursor and Zed
- Automating context-aware data for developer workflows and applications
- Integrating dynamic geographical information into tools and scripts