Skip to content
Zed

agent tasks for Zed

io.github.keshrath/agent-tasks

Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

client:Zed transport:stdio runtime:npm

Install agent tasks in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agent-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "agent-tasks"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agent tasks in other clients