timer tracking for VS Code
io.github.theluckystrike/timer-tracking
Timer and time-tracking add-on: start/stop timers, log entries, CSV export. Data stays local.
client:VS Code
transport:streamable-http
runtime:mcpb
tools:14
Install timer tracking in VS Code
.vscode/mcp.json
{
"servers": {
"timer-tracking": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/timer-tracking"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs