agent tasks for VS Code
io.github.keshrath/agent-tasks
Pipeline task management for AI agents - stages, dependencies, artifacts, claiming
client:VS Code
transport:stdio
runtime:npm
Install agent tasks in VS Code
.vscode/mcp.json
{
"servers": {
"agent-tasks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-tasks"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs