kimai-task-tracker-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIMAI_URL | Yes | Base URL of Kimai without /api, e.g. https://kimai.example.com | |
| KIMAI_API_TOKEN | Yes | API token of Kimai (secret, never logged) | |
| KIMAI_READ_ONLY | No | true exposes only the read tools | |
| KIMAI_PROJECT_ID | Yes | ID of the project whose tasks the server manages (integer) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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