Back to Apps

Tasked
by dhamidi
AI-native task manager for organizing plans, tracking progress, and auto-generating steps from code TODOs.
0 stars
Works in:claude
Exposes:Tools
What it does
Tasked is a specialized task manager designed for AI Agents to organize and iterate on complex plans. It allows agents to create structured multi-step plans, track completion status, and maintain project context through a local SQLite database.
Tools
new: Create a new plan, optionally auto-generating steps from project TODOs and uncommitted changes.add-step: Add a specific step with descriptions and acceptance criteria.mark-as-completed: Mark a task step as done.next-step: Retrieve the next actionable item in the plan.list: Context-aware listing of plans grouped by project root.inspect: View detailed plan progress and references.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tasked": {
"command": "tasked",
"args": ["mcp", "--database-file", "plans.db"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/dhamidi/tasked/cmd/tasked@latestInformation
- Pricing
- free
- Published
- 6/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"tasked": {
"command": "tasked",
"args": ["mcp", "--database-file", "plans.db"]
}
}
}





