Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.
claude mcp add claudia -- npx -y claudia-cli
claude_desktop_config.json
{
"mcpServers": {
"claudia": {
"command": "npx",
"args": [
"-y",
"claudia-cli"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"claudia": {
"command": "npx",
"args": [
"-y",
"claudia-cli"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"claudia": {
"command": "npx",
"args": [
"-y",
"claudia-cli"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"claudia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claudia-cli"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"claudia": {
"command": "npx",
"args": [
"-y",
"claudia-cli"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.yuvalsuede--claudia/reviews or the review_server meta-tool.
POST /mcp