agent audit for VS Code
io.github.fullstackdegen/agent-audit
Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.
client:VS Code
transport:stdio
runtime:npm
Install agent audit in VS Code
.vscode/mcp.json
{
"servers": {
"agent-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs