Weekness — Week & Calendar Utilities for VS Code
io.github.dvdksn/weekness
MCP server with ISO week and calendar tools for date conversion, week math, and weekday lookups.
client:VS Code
transport:stdio
runtime:oci
Install Weekness — Week & Calendar Utilities in VS Code
.vscode/mcp.json
{
"servers": {
"weekness": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dvdksn/weekness:1.0.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs