Skip to main content
Glama
byteflowsivar

kimai-task-tracker-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIMAI_URLYesBase URL of Kimai without /api, e.g. https://kimai.example.com
KIMAI_API_TOKENYesAPI token of Kimai (secret, never logged)
KIMAI_READ_ONLYNotrue exposes only the read tools
KIMAI_PROJECT_IDYesID of the project whose tasks the server manages (integer)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tasksB

Lista las tareas del proyecto configurado con su estado (todo, in_progress, done) y el tiempo registrado.

create_taskA

Crea una tarea en el proyecto configurado. El nombre no debe llevar prefijo de estado.

mark_task_doneA

Marca una tarea como finalizada (prefijo [DONE]). Idempotente.

reopen_taskA

Reabre una tarea finalizada (prefijo [TODO]). Idempotente.

start_taskA

Inicia un timer sobre una tarea. Rechaza si ya hay un registro en curso.

stop_timesheetA

Detiene el registro en curso. Si no se pasa timesheet_id, detiene el activo de la tarea.

log_timeA

Registra tiempo manual con inicio y fin explícitos. inicio debe ser anterior a fin.

get_task_timeA

Devuelve los registros de tiempo de una tarea y su suma total.

get_project_summaryA

Resumen de tiempo del proyecto: total y desglose por tarea, con rango opcional.

list_tagsA

Lista los tags existentes en Kimai.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/byteflowsivar/kimai-task-tracker-mcp'

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