Weekness — Week & Calendar Utilities for Cursor
io.github.dvdksn/weekness
MCP server with ISO week and calendar tools for date conversion, week math, and weekday lookups.
client:Cursor
transport:stdio
runtime:oci
Install Weekness — Week & Calendar Utilities in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weekness": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dvdksn/weekness:1.0.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs