BailingHub for Business Operations for Cursor
io.github.bailinghub/bailinghub-governance
Let AI agents query and operate business systems with authorization, approval and audit trails.
client:Cursor
transport:stdio
runtime:npm
Install BailingHub for Business Operations in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bailinghub-governance": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs