Skip to content
Zed

Time for Zed

io.github.modelcontextprotocol/time

Reference server for current time and time-zone conversion, so a model can answer 'what time is it in Tokyo' without guessing.

client:Zed transport:stdio runtime:pypi tools:2

Install Time in Zed

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

{
  "context_servers": {
    "time": {
      "command": "uvx",
      "args": [
        "mcp-server-time"
      ]
    }
  }
}

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

What Zed can do once it is connected

Time in other clients