agent audit for Claude Desktop
io.github.fullstackdegen/agent-audit
Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.
client:Claude Desktop
transport:stdio
runtime:npm
Install agent audit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs