DocumentationQuick Start

Quick Start Guide

Get started with automatic time tracking in 2 minutes. Choose your method!

Super Simple!

You just need to choose between the npm package (for automatic git tracking) or the Chrome Extension (for manual entries). Or use both!

Option 1: npm Package (Automatic via Git)

Install once and every git commit is automatically logged. Zero manual work!

1

Install the npm package

Open your terminal and install the package globally:

npm install -g @svenjens/mcp-autotrack-server
This automatically installs the git hooks that activate worklog tracking.
2

Set up authentication

Run the init command to link your account:

autotrack init

You'll be asked for your credentials. These are securely stored locally.

3

Commit your code

Work as usual! Use conventional commit format:

git commit -m "feat: implement user authentication system"
git commit -m "fix: resolve API timeout issues"
git commit -m "refactor: improve dashboard structure"

Entries are automatically sent to your dashboard! 🎉

Option 2: Chrome Extension (Manual Entries)

Perfect for quickly adding a time entry from your browser.

1

Install the Chrome Extension

Download and install the AutoTrack extension from the Chrome Web Store:

Or install unpacked for development (see the full guide)

2

Log in with your account

Click the extension icon in your Chrome toolbar and log in with your AutoTrack credentials.

Don't have an account yet? Sign up here - it's free!
3

Create your first entry

  1. Click the extension icon
  2. The project is automatically detected
  3. Fill in the task description
  4. Select the duration
  5. Click "Add to Autotrack"

That's it! 🎉

Pro Tip

Use both methods! The npm package for automatic tracking of your commits, and the Chrome extension for ad-hoc entries or meetings.

Check Your Dashboard

Now that you've logged entries, view them in the dashboard:

  1. Go to app.autotrack.dev
  2. Log in with your account
  3. You'll see all your worklog entries with project, task, and duration
  4. Filter by date, project, or task
  5. Export to CSV or generate reports

Having Issues?

Check the troubleshooting guide if you run into any problems.