Skip to content
VS Code

AgentTakt for VS Code

io.github.ryoohshima/agenttakt

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

client:VS Code transport:stdio runtime:pypi

Install AgentTakt in VS Code

.vscode/mcp.json

{
  "servers": {
    "agenttakt": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agenttakt"
      ]
    }
  }
}

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

AgentTakt in other clients