Productivity
Trust: 37/100 (Limited)io.github.yuvalsuede/claudia Guide
Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.
7 starsby yuvalsuede
Quick Start
Install
npx claudia-cliClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-yuvalsuede-claudia": {
"command": "npx",
"args": [
"claudia-cli"
]
}
}
}