Skip to content
Grok

megalinter for Grok

io.github.downatthebottomofthemolehole/megalinter

MCP server for running Ox Security MegaLinter via mega-linter-runner

client:Grok transport:stdio runtime:npm

Install megalinter in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "megalinter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@downatthebottomofthemolehole/megalinter-mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

megalinter in other clients