Skip to content
VS Code

claudia for VS Code

io.github.yuvalsuede/claudia

Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.

client:VS Code transport:stdio runtime:npm

Install claudia in VS Code

.vscode/mcp.json

{
  "servers": {
    "claudia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claudia-cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

claudia in other clients