mcpbeat Sign in

BIGHUB MCP Server

local only

BIGHUB runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from npm. Last commit 16 May 2026.

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

Installs per day peak 26 · avg 14 · +98% w/w
a month agotoday
98
Installs / week
npm · @bighub/bighub-mcp
0
Stars
0 open issues
16 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check BIGHUB every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @bighub/bighub-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bighub/bighub-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@bighub/bighub-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bighub/bighub-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bighub/bighub-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BIGHUB_API_KEY (BIGHUB API key for authenticating requests (X-API-Key header).), BIGHUB_BEARER_TOKEN (Alternative authentication via Bearer token. Use this or BIGHUB_API_KEY.), BIGHUB_BASE_URL (BIGHUB API base URL.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BIGHUB

same job, measured the same way
MCP Server Decisions
by roberton003

Decision tracking with prediction validation and outcome gates for AI agents

66 installs/wk local only
Tradememory Protocol
by mnemox-ai

Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.

119 installs/wk local only
Trustmodel MCP
by karlmehta

Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.

40 installs/wk local only
Instinct
by yakuphanycl

Self-learning memory for AI coding agents with pattern detection and confidence scoring.

6 installs/wk local only
Hunter-Seeker
by hunter-seeker

The decision layer for AI agents: act, escalate or refuse, and every decision comes back signed.

answering
Agentic Wallet Guardian V3
by rudimentall1

Explainable ALLOW/WARN/BLOCK risk decisions for AI agent actions before execution, signed as OAA.

72 installs/wk local only
Lockstep
by lockstep-team-agent

Decision memory for AI coding agents: captures decisions once, briefs every agent before it acts.

27 installs/wk local only
AccInt
by maxbaluev

Local Work Model MCP server for agent work that learns from real outcomes.

local only

BIGHUB — questions

Answers built from our own checks of this server.

Why is there no uptime for BIGHUB?
BIGHUB runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bighub/bighub-mcp was installed 98 times last week.
How do I connect BIGHUB?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bighub/bighub-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BIGHUB?
The npm package @bighub/bighub-mcp was installed 98 times in the last week. Week over week that is +98%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BIGHUB open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.