← Index

io.github.BenAHammond/code-auditor-mcp

io.github.BenAHammond/code-auditor-mcp·v2.0.2·Other
Quality Score
74
/100

Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "code-auditor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "code-auditor-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "code-auditor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "code-auditor-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y code-auditor-mcp
§03  MCP Quality Score  ·  methodology
freshness
14
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other