Skip to content
Zed

time mcp for Zed

io.github.yokingma/time-mcp

Time MCP Server, giving LLMs time awareness capabilities.

client:Zed transport:stdio runtime:npm

Install time mcp in Zed

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

{
  "context_servers": {
    "time-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "time-mcp"
      ]
    }
  }
}

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

time mcp in other clients