Skip to content
VS Code

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

What VS Code can do once it is connected

timer tracking in other clients