claudia for Cursor
io.github.yuvalsuede/claudia
Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.
client:Cursor
transport:stdio
runtime:npm
Install claudia in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claudia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claudia-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs