Skip to content
Zed

AgentTakt for Zed

io.github.ryoohshima/agenttakt

Review, edit, and approve AI agent task plans in a ComfyUI-style visual node editor in your terminal

client:Zed transport:stdio runtime:pypi

Install AgentTakt in Zed

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

{
  "context_servers": {
    "agenttakt": {
      "command": "uvx",
      "args": [
        "agenttakt"
      ]
    }
  }
}

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

AgentTakt in other clients