This one gives Claude searchable access to your entire codebase across TypeScript, JavaScript, and Go. It indexes functions, React components, structs, and dependencies into a local LokiJS database, then exposes MCP tools for semantic search, SOLID principle checks, DRY violation detection, and security pattern analysis. You can ask "find all auth functions" or "audit UserService for issues" and get file locations with line numbers. It also maintains a persistent task queue and analyzer configs that survive index resets. The search supports operators like complexity thresholds, language filters, and dependency graphs. Install it globally or per project, point it at your code with sync_index, and suddenly your AI assistant knows your actual patterns instead of guessing.
claude mcp add --transport stdio benahammond-code-auditor-mcp uvx code-auditor-mcp