Developer Tools
Trust: 28/100 (Limited)io.github.BenAHammond/code-auditor-mcp Guide
Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more
5 starsby BenAHammond
Quick Start
Install
npx code-auditor-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-benahammond-code-auditor-mcp": {
"command": "npx",
"args": [
"code-auditor-mcp"
]
}
}
}