MCP Catalogs
Home

chronolog vs time

Side-by-side comparison to help you pick between these two MCP servers.

chronolog
by grc-iit
time
by modelcontextprotocol
Stars★ 9★ 85,748
30d uses
Score3877
Official
Categories
MonitoringDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageC++TypeScript
Last committhis monththis month

chronolog · Summary

ChronoLog MCP server enables real-time logging and event processing with LLMs through a distributed time-structured log storage system.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

chronolog · Use cases

  • AI & LLM integration with enterprise logging
  • Real-time event processing and analytics
  • System monitoring and telemetry collection

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

chronolog · Install

Docker Installation (Recommended)

  1. Pull Docker image:
docker pull gnosisrc/chronolog:latest
  1. Run container interactively:
docker run -it --rm --name chronolog-instance gnosisrc/chronolog:latest
  1. Deploy components:
/home/grc-iit/chronolog_repo/deploy/local_single_user_deploy.sh -d -w /home/grc-iit/chronolog_install/Release
  1. Verify deployment:
pgrep -la chrono

For multi-node deployment, see the [multi-node Docker tutorial](https://github.com/grc-iit/ChronoLog/wiki/Tutorial-4:-Running-ChronoLog-with-Docker-(Multi-node)).

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.