← Index

io.github.QuantuLabs/hivemind

io.github.QuantuLabs/hivemind·v0.1.3·AI & LLMs
Quality Score
75
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hivemind": {
      "command": "npx",
      "args": [
        "-y",
        "@quantulabs/hivemind"
      ],
      "env": {
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GOOGLE_API_KEY": "<your-google_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hivemind": {
      "command": "npx",
      "args": [
        "-y",
        "@quantulabs/hivemind"
      ],
      "env": {
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GOOGLE_API_KEY": "<your-google_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @quantulabs/hivemind
§02  Environment variables
OPENAI_API_KEY
secret

OpenAI API key for GPT-5.2

GOOGLE_API_KEY
secret

Google AI API key for Gemini

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs