Skip to main content
Glama

Time Tracking MCP

by markwharton
example-config.json955 B
{ "company": "HeliMods", "commitments": { "development": { "limit": 20, "unit": "hours/week" }, "meeting": { "limit": 5, "unit": "hours/week" }, "total": { "limit": 25, "unit": "hours/week" } }, "projects": { "Conduit MCP": { "tags": ["development", "security", "database"], "commitment": "development" }, "Internal Tools": { "tags": ["development", "tooling", "automation"], "commitment": "development" }, "Client Work": { "tags": ["consulting", "implementation"], "commitment": "development" }, "Meetings": { "tags": ["meeting", "standup", "planning"], "commitment": "meeting" } }, "tagMappings": { "dev": "development", "code": "development", "coding": "development", "sync": "meeting", "standup": "meeting", "call": "meeting", "admin": "admin", "email": "admin" } }

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