Skip to content

BailingHub for Business Operations for Zed

io.github.bailinghub/bailinghub-governance

Let AI agents query and operate business systems with authorization, approval and audit trails.

client:Zed transport:stdio runtime:npm

Install BailingHub for Business Operations in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "bailinghub-governance": {
      "command": "npx",
      "args": [
        "-y",
        "bailinghub-mcp-server"
      ],
      "env": {
        "BAILINGHUB_BASE_URL": "<BAILINGHUB_BASE_URL>",
        "BAILINGHUB_CLIENT_TOKEN": "<BAILINGHUB_CLIENT_TOKEN>",
        "BAILINGHUB_ROUTE": "<BAILINGHUB_ROUTE>",
        "BAILINGHUB_ALLOW_INSECURE_HTTP": "<BAILINGHUB_ALLOW_INSECURE_HTTP>"
      }
    }
  }
}

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

BailingHub for Business Operations in other clients