Skip to content
Zed

agent audit for Zed

io.github.fullstackdegen/agent-audit

Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.

client:Zed transport:stdio runtime:npm

Install agent audit in Zed

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

{
  "context_servers": {
    "agent-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@fullstackdegen/agent-audit"
      ]
    }
  }
}

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

agent audit in other clients