Skip to content
Windsurf

Weekness — Week & Calendar Utilities for Windsurf

io.github.dvdksn/weekness

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

client:Windsurf transport:stdio runtime:oci

Install Weekness — Week & Calendar Utilities in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Weekness — Week & Calendar Utilities in other clients