Odel
BIGHUB

BIGHUB

Local
@bighub-ioPythonUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bighub/bighub-mcpv0.2.1

Run

npx -y @bighub/bighub-mcp

MCP client config

{
  "mcpServers": {
    "bighub": {
      "command": "npx",
      "args": [
        "-y",
        "@bighub/bighub-mcp"
      ]
    }
  }
}