Skip to content
Zed

Icyn Date for Zed

io.github.icyn12-tinker/icyn-date

Date context for agents: Chinese lunar calendar, solar terms, holidays for 12 regions. Offline.

client:Zed transport:stdio runtime:npm

Install Icyn Date in Zed

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

{
  "context_servers": {
    "icyn-date": {
      "command": "npx",
      "args": [
        "-y",
        "@icyn/date-mcp"
      ]
    }
  }
}

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

Icyn Date in other clients