Skip to content
Zed

Bomly for Zed

io.github.bomly-dev/bomly-cli

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

client:Zed transport:stdio runtime:npm

Install Bomly in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "bomly-cli": {
      "command": "npx",
      "args": [
        "-y",
        "bomly-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Bomly in other clients