atomic clock for Cursor
io.github.theoddden/atomic-clock
Current UTC time from NTP atomic clocks. Zero-dependency stdio server.
client:Cursor
transport:stdio
runtime:pypi
Install atomic clock in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atomic-clock": {
"type": "stdio",
"command": "uvx",
"args": [
"atomic-clock-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs