Skip to content
Zed

code auditor mcp for Zed

io.github.benahammond/code-auditor-mcp

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

client:Zed transport:stdio runtime:npm

Install code auditor mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "code-auditor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "code-auditor-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

code auditor mcp in other clients