Skip to content
Zed

Weekness — Week & Calendar Utilities for Zed

io.github.dvdksn/weekness

MCP server with ISO week and calendar tools for date conversion, week math, and weekday lookups.

client:Zed transport:stdio runtime:oci

Install Weekness — Week & Calendar Utilities in Zed

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

{
  "context_servers": {
    "weekness": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dvdksn/weekness:1.0.0"
      ]
    }
  }
}

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

Weekness — Week & Calendar Utilities in other clients