Skip to content
Grok

Husk for Grok

io.github.husk-security/husk

Local-first defensive scanner for vulnerable dependencies, leaked secrets, and risky agent configs

client:Grok transport:stdio runtime:npm

Install Husk in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "husk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "husk-sec"
      ]
    }
  }
}

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

Husk in other clients