Odel
agent audit

agent audit

Local
@fullstackdegen5TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@fullstackdegen/agent-auditv0.3.1

Run

npx -y @fullstackdegen/agent-audit

MCP client config

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