Timergy for VS Code
io.github.dockerdiscordcontrol/timergy
Create scheduling polls, vote, and finalize times from AI agents.
client:VS Code
transport:stdio
runtime:npm
Install Timergy in VS Code
.vscode/mcp.json
{
"servers": {
"timergy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@timergy/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs