BIGHUB for Cursor
io.bighub/mcp
Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes.
client:Cursor
transport:stdio
runtime:npm
Install BIGHUB in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bighub/bighub-mcp"
],
"env": {
"BIGHUB_API_KEY": "<BIGHUB_API_KEY>",
"BIGHUB_BEARER_TOKEN": "<BIGHUB_BEARER_TOKEN>",
"BIGHUB_BASE_URL": "<BIGHUB_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs