Skip to content
Zed

atomic clock for Zed

io.github.theoddden/atomic-clock

Current UTC time from NTP atomic clocks. Zero-dependency stdio server.

client:Zed transport:stdio runtime:pypi

Install atomic clock in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "atomic-clock": {
      "command": "uvx",
      "args": [
        "atomic-clock-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

atomic clock in other clients