Skip to content
Cline

agent audit for Cline

io.github.fullstackdegen/agent-audit

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

client:Cline transport:stdio runtime:npm

Install agent audit in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent audit in other clients