Skip to content
VS Code

Bomly for VS Code

io.github.bomly-dev/bomly-cli

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

client:VS Code transport:stdio runtime:npm

Install Bomly in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Bomly in other clients