Loading MCP server directory, please wait...
Submit and inspect governed AI business actions through a self-hosted BailingHub control plane.
npx @getmcp/cli add io.github.bailinghub/bailinghub-governanceRequires Node.js 18+. Community-contributed server. Review source before installing.
BAILINGHUB_BASE_URLAbsolute URL of the self-hosted BailingHub deployment.
BAILINGHUB_CLIENT_TOKENDedicated BailingHub Client Token restricted to the configured route.
BAILINGHUB_ROUTEOne allowlisted BailingHub route fixed by the operator for this server process.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bailinghub/bailinghub-governance": {
"command": "npx",
"args": [
"-y",
"bailinghub-mcp-server"
],
"env": {
"BAILINGHUB_BASE_URL": "",
"BAILINGHUB_CLIENT_TOKEN": "",
"BAILINGHUB_ROUTE": "",
"BAILINGHUB_ALLOW_INSECURE_HTTP": ""
}
}
}
}