Security
Trust: 39/100 (Limited)io.github.DownAtTheBottomOfTheMoleHole/megalinter Guide
MCP server for running Ox Security MegaLinter via mega-linter-runner
by DownAtTheBottomOfTheMoleHole
Quick Start
Install
npx @downatthebottomofthemolehole/megalinter-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-downatthebottomofthemolehole-megalinter": {
"command": "npx",
"args": [
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}