Skip to content
Zed

yutu for Zed

io.github.eat-pray-ai/yutu

The AI-powered toolkit that grows your YouTube channel on autopilot

client:Zed transport:stdio runtime:npm

Install yutu in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "yutu": {
      "command": "npx",
      "args": [
        "-y",
        "@eat-pray-ai/yutu"
      ],
      "env": {
        "YUTU_CREDENTIAL": "<YUTU_CREDENTIAL>",
        "YUTU_CACHE_TOKEN": "<YUTU_CACHE_TOKEN>",
        "YUTU_LOG_LEVEL": "<YUTU_LOG_LEVEL>"
      }
    }
  }
}

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

yutu in other clients