Skip to content
Zed

mycal for Zed

io.github.junhui20/mycal

Malaysia public holidays, school terms, business days & a leave optimizer (13 tools).

client:Zed transport:stdio runtime:npm

Install mycal in Zed

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

{
  "context_servers": {
    "mycal": {
      "command": "npx",
      "args": [
        "-y",
        "@catlabtech/mycal-mcp-server"
      ]
    }
  }
}

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

mycal in other clients