# io.github.QuantuLabs/hivemind (npm · @quantulabs/hivemind)

Query multiple AI models (OpenAI, Anthropic, Google) for consensus responses.

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- npm · `@quantulabs/hivemind`: 68/100 (this document), [markdown](https://verifymcp.io/servers/quantulabs-hivemind/quantulabs-hivemind.md), [page](https://verifymcp.io/servers/quantulabs-hivemind/quantulabs-hivemind)

## Channel facts

- Registry: `npm`
- Package: `@quantulabs/hivemind`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 195 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 336 tokens (~67/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add quantulabs-hivemind -- npx -y @quantulabs/hivemind
```

### Codex

```bash
codex mcp add quantulabs-hivemind -- npx -y @quantulabs/hivemind
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "quantulabs-hivemind": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@quantulabs/hivemind"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add quantulabs-hivemind --command npx --arg -y --arg @quantulabs/hivemind
```

### Hermes

```yaml
mcp_servers:
  quantulabs-hivemind:
    command: "npx"
    args: ["-y", "@quantulabs/hivemind"]
```

### Other

```json
{
  "mcpServers": {
    "quantulabs-hivemind": {
      "command": "npx",
      "args": [
        "-y",
        "@quantulabs/hivemind"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 68, +1)

- [security improvement] CVE-2026-69207 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-08-04 (score 67, +4)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail
- [functional improvement] Stability: unverified → 0.30

### 2026-08-02 (score 63, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 28, +4)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-30 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (5)

### `hivemind` (~127 tokens)

Query GPT-5.2 and Gemini 3 Pro in parallel and get their raw responses. Claude Code acts as the orchestrator - use this tool to gather other model perspectives, then analyze and synthesize the consensus yourself.

Input parameters:

- `context` (string): Additional context to include (code snippets, file contents, documentation, etc.). This context will be sent to all models.
- `previousResponses` (array): For follow-up queries: include previous model responses so they can reconsider. Each item should have provider and content.
- `question` (string, required): The question to ask the AI models

### `configure_keys` (~68 tokens)

Configure API keys for the AI providers (OpenAI, Anthropic, Google)

Input parameters:

- `anthropic` (string): Anthropic API key (sk-ant-...)
- `google` (string): Google AI API key (AIza...)
- `openai` (string): OpenAI API key (sk-...)

### `check_status` (~23 tokens)

Check if Hivemind is properly configured with all required API keys

### `configure_hive` (~82 tokens)

Configure Hivemind settings like grounding search

Input parameters:

- `claudeCodeMode` (boolean): Skip Anthropic API calls when running inside Claude Code (default: true). When enabled, only OpenAI and Google are queried since Claude is already the host.
- `useGrounding` (boolean): Enable grounding search for enhanced answers with web data (default: true)

### `check_stats` (~36 tokens)

Get token usage statistics and costs for Hivemind API calls

Input parameters:

- `resetSession` (boolean): Reset session statistics after retrieving them

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/quantulabs-hivemind/quantulabs-hivemind#diagnostics

## Score history

- 2026-08-05: 68
- 2026-08-04: 67
- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 21
- 2026-07-31: 28
- 2026-07-30: 24
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@quantulabs/hivemind
- Socket report: https://socket.dev/npm/package/@quantulabs/hivemind
- Repository: https://github.com/QuantuLabs/Hivemind
- Changelog RSS feed: https://verifymcp.io/servers/quantulabs-hivemind/quantulabs-hivemind/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/quantulabs-hivemind/quantulabs-hivemind/changelog.json
- HTML version of this page: https://verifymcp.io/servers/quantulabs-hivemind/quantulabs-hivemind
