Wraps Ox Security's MegaLinter in a Model Context Protocol interface so you can run linting operations through Claude. Exposes 15 tools including megalinter_run for executing scans, megalinter_get_linters to filter by language or security focus, and megalinter_parse_reports to read JSON or SARIF output. Works locally or in any CI platform with Docker. The quick_action tool handles natural language requests like "security scan" or "summarise errors" and routes them to the right workflow. You'd reach for this when you want Claude to orchestrate code quality checks across multiple linters without switching contexts. Supports all MegaLinter flavors and can generate baseline configs, discover available linters, and produce shift-left security recommendations from scan results.
claude mcp add --transport stdio io.github.downatthebottomofthemolehole-megalinter uvx megalinter