Icyn Date for VS Code
io.github.icyn12-tinker/icyn-date
Date context for agents: Chinese lunar calendar, solar terms, holidays for 12 regions. Offline.
client:VS Code
transport:stdio
runtime:npm
Install Icyn Date in VS Code
.vscode/mcp.json
{
"servers": {
"icyn-date": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@icyn/date-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs