Skip to content
Zed

webability for Zed

io.github.snayyar00/webability

WCAG/ADA/508 accessibility scanner + framework-aware fixes + vision audit for AI coding agents

client:Zed transport:stdio runtime:npm

Install webability in Zed

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

{
  "context_servers": {
    "webability": {
      "command": "npx",
      "args": [
        "-y",
        "@webability/mcp"
      ]
    }
  }
}

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

webability in other clients