megalinter for Cursor
io.github.downatthebottomofthemolehole/megalinter
MCP server for running Ox Security MegaLinter via mega-linter-runner
client:Cursor
transport:stdio
runtime:npm
Install megalinter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"megalinter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/megalinter-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs