Skip to content
Zed

devcoach for Zed

io.github.ultimaphoenix/devcoach

Progressive in-context technical coaching in your AI agent — one local, free lesson per task.

client:Zed transport:stdio runtime:npm

Install devcoach in Zed

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

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

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

devcoach in other clients