Back to Apps

Tama MCP
by gitreceiver
AI-powered task management CLI and MCP server for PRD parsing and task decomposition.
0 stars
Works in:claude
Exposes:Tools
What it does
Tama is an intelligent task management system that connects a CLI tool with an MCP server, allowing AI agents to manage project workflows, decompose complex goals into actionable sub-tasks, and track dependencies using a SQLite backend.
Tools
list_tasks: Retrieves all tasks with status and priority filtering in a markdown table.show_task: Provides detailed information for a specific task or sub-task.set_status: Updates the lifecycle state of a task (e.g., pending, in-progress, done).next_task: Identifies the next logical task to execute based on dependencies.add_task/add_subtask: Creates new top-level tasks or child tasks for existing ones.remove_item: Deletes tasks and automatically cleans up associated dependencies.add_dependency/remove_dependency: Manages task relationships and ordering.check_dependencies: Scans for circular dependencies within the task graph.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"TAMA-MCP-Server": {
"command": "uv",
"args": [
"--directory",
"/path/to/your/TAMA_MCP",
"run",
"python",
"-m",
"src.mcp_server"
],
"disabled": false,
"transportType": "stdio",
"timeout": 60
}
}
}
Supported hosts
- Claude
Quick install
uv pip install tama-cliInformation
- Pricing
- free
- Published
- 4/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"TAMA-MCP-Server": {"command": "uv", "args": ["--directory", "/path/to/your/TAMA_MCP", "run", "python", "-m", "src.mcp_server"], "disabled": false, "transportType": "stdio", "timeout": 60}}}





