MegaLinter MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| megalinter_quick_actionB | Interactive shortcut tool for short requests (for example: quick scan, security scan, summarise errors, list python security linters). |
| megalinter_runA | Run Ox Security MegaLinter using mega-linter-runner with full low-level control. For short prompts, use megalinter_quick_action. |
| megalinter_write_configB | Generate a minimal .mega-linter.yml configuration file. |
| megalinter_list_flavorsB | List commonly used MegaLinter flavors. |
| megalinter_get_lintersA | Discover available linters by language, security category, or auto-fix capability. |
| megalinter_get_security_infoA | Get comprehensive information about security-focused linters organized by category (SAST, secrets, supply-chain, container, infrastructure). |
| megalinter_get_reportersA | List all available MegaLinter reporters and their configuration options. |
| megalinter_parse_reportsA | Parse MegaLinter JSON or SARIF reports from the reports directory. Returns structured report data for analysis. |
| megalinter_get_issue_summaryC | Analyze and summarize issues from MegaLinter reports by severity, linter, and category. Enables filtering and targeted remediation. |
| megalinter_get_security_recommendationsB | Generate security-focused recommendations based on active linters and common threat categories (SAST, secrets, container, infrastructure). |
| megalinter_help_quickA | Get context-aware help and examples based on your current repository. Suggests relevant commands for detected languages and frameworks. |
| scanB | Ultra-short alias for quick scan. Same as megalinter_quick_action with action='scan'. |
| summaryA | Ultra-short alias for error summary. Same as megalinter_quick_action with action='summary'. |
| help_quickB | Ultra-short alias for context-aware help. Same as megalinter_help_quick. |
| parseB | Ultra-short alias for report parsing. Same as megalinter_quick_action with action='parse'. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DownAtTheBottomOfTheMoleHole/megalinter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server