TAMA-MCP

TAMA-MCP

3.4

If you are the rightful owner of TAMA-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Tama is an AI-powered Command-Line Interface (CLI) tool designed for task management, featuring AI capabilities for task generation and expansion.

list_tasks

List all tasks, optionally filter by status or priority, returns a markdown table.

show_task

Show details of a specific task or subtask by ID.

set_status

Set the status of a task or subtask.

next_task

Find the next actionable task.

add_task

Add a new main task.

add_subtask

Add a subtask to a main task.

remove_item

Remove a task or subtask, with dependency cleanup.

add_dependency

Add a dependency to a task or subtask.

remove_dependency

Remove a dependency from a task or subtask.

check_dependencies

Check for circular dependencies in all tasks.