Skip to content
Zed

Anno for Zed

io.github.philmingdao/anno

Local-first HTML review, editing, and annotation for AI coding agents.

client:Zed transport:stdio runtime:npm

Install Anno in Zed

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

{
  "context_servers": {
    "anno": {
      "command": "npx",
      "args": [
        "-y",
        "@philmingdao/anno"
      ]
    }
  }
}

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

Anno in other clients