Skip to main content
Glama

Time Tracking MCP

by markwharton

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMPANIESNoComma-separated list of companiesdefault
DEFAULT_COMPANYNoDefault company when not specified (default: first company)
TIME_TRACKING_DIRNoWhere to store markdown files~/Documents/time-tracking
DISPLAY_TIMEZONE_OFFSETNoHours offset from UTC0
DISPLAY_TIMEZONE_STRINGNoTimezone display nameUTC

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
log_time

Log a completed time entry. This tool records work you've done.

Natural language examples Claude should parse:

  • "2h on security review" → task: "security review", duration: "2h"

  • "Client meeting yesterday 90 minutes" → task: "Client meeting", duration: "90m", date: "yesterday"

  • "Just finished 1.5h on code review" → task: "code review", duration: "1.5h"

Claude should extract:

  • task: What was worked on

  • duration: How long (2h, 90m, 1.5h, etc.)

  • time: When (optional, defaults to now)

  • date: Which day (optional, defaults to today)

  • tags: Inferred or explicit tags

  • company: Which company (optional, uses default)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markwharton/time-tracking-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server