Skip to content
Grok

Bomly for Grok

io.github.bomly-dev/bomly-cli

Give your coding agent the dependency graph it is about to change: scan, diff, explain, audit

client:Grok transport:stdio runtime:npm

Install Bomly in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bomly-cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bomly-mcp"
      ]
    }
  }
}

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

Bomly in other clients