Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.
claude mcp add agent-audit -- npx -y @fullstackdegen/agent-audit
claude_desktop_config.json
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.fullstackdegen--agent-audit/reviews or the review_server meta-tool.
POST /mcp