Aether WCAG Scanner for Zed
io.github.allchemylabs/aether-wcag-scanner
WCAG 2.1 AA accessibility scanner (Playwright + axe-core) with grounded, browser-verified fixes.
client:Zed
transport:stdio
runtime:npm
Install Aether WCAG Scanner in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aether-wcag-scanner": {
"command": "npx",
"args": [
"-y",
"@allchemylabs/aether-wcag-scanner"
],
"env": {
"ALLCHEMY_API_KEY": "<ALLCHEMY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs