A straightforward static analysis tool that scans your codebase for bugs, security vulnerabilities, and code smells. The source repository is minimal on implementation details, but the intent is clear: point it at your code and get feedback on potential issues. You'd reach for this during code review cycles or as part of a CI pipeline to catch problems before they hit production. Since it runs over stdio, it integrates cleanly into Claude's workflow for on-demand code analysis. Best suited for teams wanting automated quality checks without diving into the specifics of configuring multiple linting and security tools separately.
claude mcp add --transport stdio madhavi-opsera-bug-detector -- docker run -i --rm ghcr.io/madhavi-opsera/bug-detector:1.0.0