MCP Server
MCP
BailingHub Governance
Submit and inspect governed AI business actions through a self-hosted BailingHub control plane.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "bailinghub-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute URL of the self-hosted BailingHub deployment.",
"isRequired": true,
"format": "string",
"name": "BAILINGHUB_BASE_URL"
},
{
"description": "Dedicated BailingHub Client Token restricted to the configured route.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BAILINGHUB_CLIENT_TOKEN"
},
{
"description": "One allowlisted BailingHub route fixed by the operator for this server process.",
"isRequired": true,
"format": "string",
"name": "BAILINGHUB_ROUTE"
},
{
"description": "Optional explicit override for operator-controlled private HTTP networks.",
"format": "string",
"name": "BAILINGHUB_ALLOW_INSECURE_HTTP"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment