agent audit for Cursor
io.github.fullstackdegen/agent-audit
Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.
client:Cursor
transport:stdio
runtime:npm
Install agent audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs