Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

BIGHUB in other clients