Odel
BailingHub Governance

BailingHub Governance

Local
@bailinghubTypeScriptMITUpdated 6 days ago

Submit and inspect governed AI business actions through a self-hosted BailingHub control plane.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbailinghub-mcp-serverv0.3.0

Run

npx -y bailinghub-mcp-server

MCP client config

{
  "mcpServers": {
    "bailinghub-governance": {
      "command": "npx",
      "args": [
        "-y",
        "bailinghub-mcp-server"
      ]
    }
  }
}