chronos-mcp-server
Verified Safeby aadversteeg
Overview
A time-related server providing timezone-aware date and time information via the Model Context Protocol (MCP).
Installation
docker run -d --name chronos-mcp -e "DefaultTimeZoneId=Europe/Amsterdam" aadversteeg/chronos-mcp-server:latestEnvironment Variables
- DefaultTimeZoneId
Security Notes
The provided source code snippets (appsettings, launchSettings, README) do not contain executable logic that would introduce common security risks like 'eval' or obfuscation. Configuration is handled via standard .NET Core mechanisms (appsettings.json, environment variables). The server's functionality (providing date/time) is inherently low-risk. No hardcoded secrets were visible in the truncated code.
Similar Servers
mcp_weather_server
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
harvest-mcp-server
Provides a Model Context Protocol (MCP) server for seamless integration with the Harvest time tracking API, enabling AI clients to manage time entries, projects, clients, users, expenses, invoices, estimates, and reports.
ChronoSphere-AI-Date-Time-MCP-Service
Provides an AI-enabled Model Context Protocol (MCP) API for delivering precise, locale-aware date and time data across timezones to AI agents.