Skip to content
VS Code

time tracking for VS Code

io.github.theluckystrike/time-tracking

Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local.

client:VS Code transport:streamable-http runtime:mcpb tools:14

Install time tracking in VS Code

.vscode/mcp.json

{
  "servers": {
    "time-tracking": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/time-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

time tracking in other clients