← Index

BIGHUB

io.bighub/mcp·v0.2.1·Other
Quality Score
89
/100

Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bighub/bighub-mcp"
      ],
      "env": {
        "BIGHUB_API_KEY": "<your-bighub_api_key>",
        "BIGHUB_BEARER_TOKEN": "<your-bighub_bearer_token>",
        "BIGHUB_BASE_URL": "https://api.bighub.io"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bighub/bighub-mcp"
      ],
      "env": {
        "BIGHUB_API_KEY": "<your-bighub_api_key>",
        "BIGHUB_BEARER_TOKEN": "<your-bighub_bearer_token>",
        "BIGHUB_BASE_URL": "https://api.bighub.io"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @bighub/bighub-mcp
§02  Environment variables
BIGHUB_API_KEY
requiredsecret

BIGHUB API key for authenticating requests (X-API-Key header).

BIGHUB_BEARER_TOKEN
secret

Alternative authentication via Bearer token. Use this or BIGHUB_API_KEY.

BIGHUB_BASE_URL

BIGHUB API base URL.

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other