MCP Server
Active
MIT
io.github.DownAtTheBottomOfTheMoleHole/megalinter MCP Server
io.github.DownAtTheBottomOfTheMoleHole/megalinter
What is the io.github.DownAtTheBottomOfTheMoleHole/megalinter MCP server?
MCP server for running Ox Security MegaLinter via mega-linter-runner
How to install io.github.DownAtTheBottomOfTheMoleHole/megalinter
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"megalinter": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"megalinter": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"megalinter": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"megalinter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}Claude Code
claude mcp add megalinter -- npx -y @downatthebottomofthemolehole/megalinter-mcp-serverRelated MCP servers
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
0
View repository →JavaScript
MIT