Skip to content
Cline

Weekness — Week & Calendar Utilities for Cline

io.github.dvdksn/weekness

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

client:Cline transport:stdio runtime:oci

Install Weekness — Week & Calendar Utilities in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Weekness — Week & Calendar Utilities in other clients