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).
Run
npx -y bailinghub-mcp-server
MCP client config
{
"mcpServers": {
"bailinghub-governance": {
"command": "npx",
"args": [
"-y",
"bailinghub-mcp-server"
]
}
}
}