code auditor mcp for Cursor
io.github.benahammond/code-auditor-mcp
Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more
client:Cursor
transport:stdio
runtime:npm
Install code auditor mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"code-auditor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"code-auditor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs