TaskLogger MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TASKLOGGER_EMAIL | Yes | Email address for TaskLogger login | |
| TASKLOGGER_PASSWORD | Yes | Password for TaskLogger login (required, never passed as a tool parameter) | |
| TASKLOGGER_BRANCH_ID | No | Branch ID for TaskLogger (only needed if you have multiple branches) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| loginA | Authenticate to TaskLogger using credentials from environment variables (TASKLOGGER_EMAIL, TASKLOGGER_PASSWORD). No password is ever passed as a parameter — it stays in env vars only. Call after setting env vars or when tokens expire. |
| list_tasksB | List tasks with pagination, search, and filters. Use get_users/get_statuses/get_priorities/get_problem_types first to find IDs. To mark done: set status_id to the Completed status ID and percentage to 100. |
| mark_task_doneA | Shortcut: mark a task as completed (status=Completed) with 100% progress. |
| get_taskB | Get a single task by its numeric ID. |
| create_taskA | Create a new task. Only problem_description, problem_type_id, category_id, and assigned_to_id are required. sub_type_id defaults to 'Report Bug' (27). Any field not specified gets the TaskLogger default. |
| update_taskA | Update an existing task. Only send fields you want to change. |
| delete_taskB | Delete a task by its numeric ID. |
| get_statusesB | Get available task statuses. |
| get_prioritiesA | Get available priority levels. |
| get_problem_typesB | Get available problem types. |
| get_task_categoriesA | Get available task categories. |
| get_sub_typesB | Get available sub-types. |
| get_usersA | Get available users (for assignment). |
| get_departmentsA | Get available departments. |
| logoutA | Clear saved auth tokens. Next call will require login. |
| statusA | Check if authenticated and which user is logged in. |
| get_companiesA | Get available companies (for linking to tasks). |
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/khodorrrhajjj/TaskLogger-Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server