Skip to content
VS Code

code auditor mcp for VS Code

io.github.benahammond/code-auditor-mcp

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

client:VS Code transport:stdio runtime:npm

Install code auditor mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "code-auditor-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "code-auditor-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

code auditor mcp in other clients