Best for
- Developers using local Git repositories and AI coding assistants
- Teams that want rapid review of modified, added, or staged files
- Users seeking automated remediation suggestions through Mobb
The source clearly documents the MCP startup command, environment variables, single tool, and parameter. It does not provide a complete tool response schema, version information, or broader client compatibility details, so clients are marked as partial.
Bugsy is the community edition of Mobb's command-line tool and can also run as an MCP server. It analyzes changed files in a local Git repository and returns potential vulnerability fixes, code patches, and explanations. Bugsy does not detect vulnerabilities itself; it uses SAST findings or Mobb's analysis workflow.
Set the API_KEY environment variable locally and ensure the target code is in a Git repository with uncommitted, added, or staged changes. Start the server with npx mobbdev mcp and add the mobb-mcp configuration from the README to the MCP client. API_URL and MVS_AUTO_FIX are optional.
{"mcpServers":{"mobb-mcp":{"command":"npx","args":["mobbdev","mcp"],"env":{"API_KEY":"your_mobb_api_key_here","API_URL":"optional__your_mobb_api_url_here","MVS_AUTO_FIX":"true"}}}}