Skip to content
Zed

task for Zed

io.github.rog0x/task

Todo, priority, estimation, burndown for AI agents

client:Zed transport:stdio runtime:npm

Install task in Zed

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

{
  "context_servers": {
    "task": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-task-tools"
      ]
    }
  }
}

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

task in other clients