
Bug Detector
Wire your coding agent to scan repositories for defects, CVE-style risks, and maintainability smells before merge or release.
Overview
Bug Detector is a MCP server for the Ship phase that analyzes project code for bugs, security vulnerabilities, and code smells via a Docker-backed stdio transport.
What is this MCP server?
- stdio MCP server packaged as Docker image ghcr.io/madhavi-opsera/bug-detector:1.0.0
- Analyzes code for logic bugs, security vulnerabilities, and code smells in one pass
- Runs via docker run --rm -i for ephemeral agent sessions
- Opsera-maintained GitHub repo madhavi-opsera/bug-detector
- Fits pre-release and PR review loops in Claude Code, Cursor, or Codex
- Server version 1.0.0 per MCP server schema
- Single OCI package with stdio transport and docker runtimeHint
- GitHub source: madhavi-opsera/bug-detector
What problem does it solve?
Agents often miss latent defects and security issues because they only see partial context and lack a dedicated analysis tool hooked into the session.
Who is it for?
Indie devs running Claude Code or Cursor who want Docker-one-liner static analysis during ship-week security passes.
Skip if: Teams without Docker, or orgs that need certified SAST with policy dashboards and SBOM—not a standalone compliance platform.
What do I get? / Deliverables
After you register the server, your agent can invoke structured bug and vulnerability analysis against your codebase during review and hardening workflows.
- Agent-callable analysis of bugs, security issues, and smells on targeted code
- Repeatable stdio MCP session for pre-merge hardening checks
Recommended MCP Servers
Journey fit
How it compares
MCP integration for agent-driven code analysis, not an in-IDE linter skill or managed AppSec SaaS.
Common Questions / FAQ
Who is io.github.madhavi-opsera/bug-detector for?
Solo and small-team builders using AI agents who want automated bug, vulnerability, and smell checks against real repos before shipping.
When should I use io.github.madhavi-opsera/bug-detector?
Use it during Ship security and PR review when you need the agent to run analysis tools instead of only reading diffs.
How do I add io.github.madhavi-opsera/bug-detector to my agent?
Add the MCP server in your client config pointing at the stdio Docker package ghcr.io/madhavi-opsera/bug-detector:1.0.0 with docker run --rm -i.